Lines Matching defs:Image3DGL
4361 class Image3DGL : public Image3D
4364 /*! \brief Constructs an Image3DGL in a specified context, from a given
4369 Image3DGL(
4393 Image3DGL() : Image3D() { }
4399 __CL_EXPLICIT_CONSTRUCTORS Image3DGL(const cl_mem& image) : Image3D(image) { }
4405 Image3DGL& operator = (const cl_mem& rhs)
4414 Image3DGL(const Image3DGL& img) : Image3D(img) {}
4419 Image3DGL& operator = (const Image3DGL &img)
4429 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT : Image3D(std::move(img)) {}
4434 Image3DGL& operator = (Image3DGL &&img)