Lines Matching defs:Image2DGL
4922 class CL_EXT_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D
4925 /*! \brief Constructs an Image2DGL in a specified context, from a given
4930 Image2DGL(
4955 Image2DGL() : Image2D() { }
4964 explicit Image2DGL(const cl_mem& image, bool retainObject = false) :
4971 Image2DGL& operator = (const cl_mem& rhs)
4980 Image2DGL(const Image2DGL& img) : Image2D(img) {}
4985 Image2DGL& operator = (const Image2DGL &img)
4994 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT_ : Image2D(std::move(img)) {}
4999 Image2DGL& operator = (Image2DGL &&img)