Searched defs:Image3DGL (Results 1 – 3 of 3) sorted by relevance
5244 class Image3DGL : public Image3D class5252 Image3DGL( in Image3DGL() function in cl::Image3DGL5276 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL5285 explicit Image3DGL(const cl_mem& image, bool retainObject = false) : in Image3DGL() function in cl::Image3DGL5301 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL5315 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT_ : Image3D(std::move(img)) {} in Image3DGL() function in cl::Image3DGL
4361 class Image3DGL : public Image3D class4369 Image3DGL( in Image3DGL() function in cl::Image3DGL4393 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL4399 __CL_EXPLICIT_CONSTRUCTORS Image3DGL(const cl_mem& image) : Image3D(image) { } in Image3DGL() function in cl::Image3DGL4414 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL4429 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT : Image3D(std::move(img)) {} in Image3DGL() function in cl::Image3DGL
5087 class Image3DGL : public Image3D class5095 Image3DGL( in Image3DGL() function in cl::Image3DGL5119 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL5128 explicit Image3DGL(const cl_mem& image, bool retainObject = false) : in Image3DGL() function in cl::Image3DGL5144 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL5158 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT_ : Image3D(std::move(img)) {} in Image3DGL() function in cl::Image3DGL