Lines Matching refs:Image3DGL
5100 class Image3DGL : public Image3D
5103 /*! \brief Constructs an Image3DGL in a specified context, from a given
5108 Image3DGL(
5132 Image3DGL() : Image3D() { }
5141 explicit Image3DGL(const cl_mem& image, bool retainObject = false) :
5148 Image3DGL& operator = (const cl_mem& rhs)
5157 Image3DGL(const Image3DGL& img) : Image3D(img) {}
5162 Image3DGL& operator = (const Image3DGL &img)
5171 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT_ : Image3D(std::move(img)) {}
5176 Image3DGL& operator = (Image3DGL &&img)