Lines Matching defs:Image3DGL
5244 class Image3DGL : public Image3D
5247 /*! \brief Constructs an Image3DGL in a specified context, from a given
5252 Image3DGL(
5276 Image3DGL() : Image3D() { }
5285 explicit Image3DGL(const cl_mem& image, bool retainObject = false) :
5292 Image3DGL& operator = (const cl_mem& rhs)
5301 Image3DGL(const Image3DGL& img) : Image3D(img) {}
5306 Image3DGL& operator = (const Image3DGL &img)
5315 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT_ : Image3D(std::move(img)) {}
5320 Image3DGL& operator = (Image3DGL &&img)