Lines Matching defs:Image2DGL
4049 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(
4082 Image2DGL() : Image2D() { }
4088 __CL_EXPLICIT_CONSTRUCTORS Image2DGL(const cl_mem& image) : Image2D(image) { }
4094 Image2DGL& operator = (const cl_mem& rhs)
4103 Image2DGL(const Image2DGL& img) : Image2D(img) {}
4108 Image2DGL& operator = (const Image2DGL &img)
4118 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT : Image2D(std::move(img)) {}
4123 Image2DGL& operator = (Image2DGL &&img)
4530 public Image2DGL
4562 BufferRenderGL() : Image2DGL() {};
4572 __CL_EXPLICIT_CONSTRUCTORS BufferRenderGL(const cl_mem& buffer) : Image2DGL(buffer) { }
4585 Image2DGL::operator=(rhs);
4597 BufferRenderGL(const BufferRenderGL& buf) : Image2DGL(buf) {}
4608 Image2DGL::operator=(rhs);
4620 BufferRenderGL(BufferRenderGL&& buf) CL_HPP_NOEXCEPT : Image2DGL(std::move(buf)) {}
4632 Image2DGL::operator=(std::move(buf));