Searched defs:Image3DGL (Results 1 – 4 of 4) sorted by relevance
5314 class Image3DGL : public Image3D class5322 Image3DGL( in Image3DGL() function in cl::Image3DGL5346 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL5355 explicit Image3DGL(const cl_mem& image, bool retainObject = false) : in Image3DGL() function in cl::Image3DGL5371 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL5385 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT_ : Image3D(std::move(img)) {} in Image3DGL() function in cl::Image3DGL
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
5435 class Image3DGL : public Image3D class5443 Image3DGL( in Image3DGL() function in cl::Image3DGL5467 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL5476 explicit Image3DGL(const cl_mem& image, bool retainObject = false) : in Image3DGL() function in cl::Image3DGL