Searched refs:Image3DGL (Results 1 – 2 of 2) sorted by relevance
5354 class Image3DGL : public Image3D class5362 Image3DGL( in Image3DGL() function in cl::Image3DGL5386 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL5395 explicit Image3DGL(const cl_mem& image, bool retainObject = false) : in Image3DGL() function in cl::Image3DGL5402 Image3DGL& operator = (const cl_mem& rhs) in operator =()5411 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL5416 Image3DGL& operator = (const Image3DGL &img) in operator =()5425 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT_ : Image3D(std::move(img)) {} in Image3DGL() function in cl::Image3DGL5430 Image3DGL& operator = (Image3DGL &&img) in operator =()
4356 class Image3DGL : public Image3D class4364 Image3DGL( in Image3DGL() function in cl::Image3DGL4388 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL4394 __CL_EXPLICIT_CONSTRUCTORS Image3DGL(const cl_mem& image) : Image3D(image) { } in Image3DGL() function in cl::Image3DGL4400 Image3DGL& operator = (const cl_mem& rhs) in operator =()4409 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL4414 Image3DGL& operator = (const Image3DGL &img) in operator =()4424 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT : Image3D(std::move(img)) {} in Image3DGL() function in cl::Image3DGL4429 Image3DGL& operator = (Image3DGL &&img) in operator =()