Searched defs:Image2DGL (Results 1 – 3 of 3) sorted by relevance
4997 class CL_API_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class5005 Image2DGL( in Image2DGL() function in cl::Image2DGL5030 Image2DGL() : Image2D() { } in Image2DGL() function in cl::Image2DGL5039 explicit Image2DGL(const cl_mem& image, bool retainObject = false) : in Image2DGL() function in cl::Image2DGL5055 Image2DGL(const Image2DGL& img) : Image2D(img) {} in Image2DGL() function in cl::Image2DGL5069 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT_ : Image2D(std::move(img)) {} in Image2DGL() function in cl::Image2DGL
4922 class CL_EXT_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class4930 Image2DGL( in Image2DGL() function in cl::Image2DGL4955 Image2DGL() : Image2D() { } in Image2DGL() function in cl::Image2DGL4964 explicit Image2DGL(const cl_mem& image, bool retainObject = false) : in Image2DGL() function in cl::Image2DGL4980 Image2DGL(const Image2DGL& img) : Image2D(img) {} in Image2DGL() function in cl::Image2DGL4994 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT_ : Image2D(std::move(img)) {} in Image2DGL() function in cl::Image2DGL
4057 Image2DGL( in Image2DGL() function in cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED4082 Image2DGL() : Image2D() { } in Image2DGL() function in cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED4088 __CL_EXPLICIT_CONSTRUCTORS Image2DGL(const cl_mem& image) : Image2D(image) { } in Image2DGL() function in cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED4103 Image2DGL(const Image2DGL& img) : Image2D(img) {} in Image2DGL() function in cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED4118 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT : Image2D(std::move(img)) {} in Image2DGL() function in cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED