Searched defs:Image3DGL (Results 1 – 2 of 2) sorted by relevance
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::Image3DGL4409 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL4424 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT : Image3D(std::move(img)) {} in Image3DGL() function in cl::Image3DGL
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::Image3DGL5411 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL5425 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT_ : Image3D(std::move(img)) {} in Image3DGL() function in cl::Image3DGL