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

/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl.hpp4049 class CL_EXT_PREFIX__VERSION_1_1_DEPRECATED Image2DGL CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED : public Image2D
4052 /*! \brief Constructs an Image2DGL in a specified context, from a given
4057 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
4094 Image2DGL& operator = (const cl_mem& rhs)
4103 Image2DGL(const Image2DGL& img) : Image2D(img) {} function in class:cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4108 Image2DGL& operator = (const Image2DGL
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
4781 /*! \brief Constructs an Image2DGL in a specified context, from a given
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
4827 Image2DGL& operator = (const cl_mem& rhs)
4836 Image2DGL(const Image2DGL& img) : Image2D(img) {} function in class:cl::Image2DGL
4841 Image2DGL& operator = (const Image2DGL
4850 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT_ : Image2D(std::move(img)) {} function in class:cl::Image2DGL
[all...]
/xsrc/external/mit/MesaLib/dist/include/CL/
H A Dcl.hpp4049 class CL_EXT_PREFIX__VERSION_1_1_DEPRECATED Image2DGL CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED : public Image2D
4052 /*! \brief Constructs an Image2DGL in a specified context, from a given
4057 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
4094 Image2DGL& operator = (const cl_mem& rhs)
4103 Image2DGL(const Image2DGL& img) : Image2D(img) {} function in class:cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4108 Image2DGL& operator = (const Image2DGL
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.hpp4922 class CL_EXT_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class in namespace:cl
4925 /*! \brief Constructs an Image2DGL in a specified context, from a given
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
4971 Image2DGL& operator = (const cl_mem& rhs)
4980 Image2DGL(const Image2DGL& img) : Image2D(img) {} function in class:cl::Image2DGL
4985 Image2DGL& operator = (const Image2DGL
4994 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT_ : Image2D(std::move(img)) {} function in class:cl::Image2DGL
[all...]

Completed in 38 milliseconds