Lines Matching defs:Image2DGL
4778 class CL_EXT_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D
4781 /*! \brief Constructs an Image2DGL in a specified context, from a given
4786 Image2DGL(
4811 Image2DGL() : Image2D() { }
4820 explicit Image2DGL(const cl_mem& image, bool retainObject = false) :
4827 Image2DGL& operator = (const cl_mem& rhs)
4836 Image2DGL(const Image2DGL& img) : Image2D(img) {}
4841 Image2DGL& operator = (const Image2DGL &img)
4850 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT_ : Image2D(std::move(img)) {}
4855 Image2DGL& operator = (Image2DGL &&img)