Searched defs:Image2DGL (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl2.hpp4922 class CL_EXT_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class in namespace:cl
4930 Image2DGL( function in class:cl::Image2DGL
4955 Image2DGL() : Image2D() { } function in class:cl::Image2DGL
4964 explicit Image2DGL(const cl_mem& image, bool retainObject = false) : function in class:cl::Image2DGL
4980 Image2DGL(const Image2DGL& img) : Image2D(img) {} function in class:cl::Image2DGL
4994 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT_ : Image2D(std::move(img)) {} function in class:cl::Image2DGL
[all...]
H A Dcl.hpp4057 Image2DGL( function in class:cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4082 Image2DGL() : Image2D() { } function in class:cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4088 __CL_EXPLICIT_CONSTRUCTORS Image2DGL(const cl_mem& image) : Image2D(image) { } function in class:cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4103 Image2DGL(const Image2DGL& img) : Image2D(img) {} function in class:cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4118 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT : Image2D(std::move(img)) {} function in class:cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl.hpp4057 Image2DGL( function in class:cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4082 Image2DGL() : Image2D() { } function in class:cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4088 __CL_EXPLICIT_CONSTRUCTORS Image2DGL(const cl_mem& image) : Image2D(image) { } function in class:cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4103 Image2DGL(const Image2DGL& img) : Image2D(img) {} function in class:cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4118 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT : Image2D(std::move(img)) {} function in class:cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
[all...]
H A Dcl2.hpp4778 class CL_EXT_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class in namespace:cl
4786 Image2DGL( function in class:cl::Image2DGL
4811 Image2DGL() : Image2D() { } function in class:cl::Image2DGL
4820 explicit Image2DGL(const cl_mem& image, bool retainObject = false) : function in class:cl::Image2DGL
4836 Image2DGL(const Image2DGL& img) : Image2D(img) {} function in class:cl::Image2DGL
4850 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT_ : Image2D(std::move(img)) {} function in class:cl::Image2DGL
[all...]

Completed in 38 milliseconds