Home
last modified time | relevance | path

Searched defs:Image3DGL (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl.hpp4356 class Image3DGL : public Image3D class
4364 Image3DGL( in Image3DGL() function in cl::Image3DGL
4388 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL
4394 __CL_EXPLICIT_CONSTRUCTORS Image3DGL(const cl_mem& image) : Image3D(image) { } in Image3DGL() function in cl::Image3DGL
4409 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL
4424 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT : Image3D(std::move(img)) {} in Image3DGL() function in cl::Image3DGL
Dopencl.hpp5354 class Image3DGL : public Image3D class
5362 Image3DGL( in Image3DGL() function in cl::Image3DGL
5386 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL
5395 explicit Image3DGL(const cl_mem& image, bool retainObject = false) : in Image3DGL() function in cl::Image3DGL
5411 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL
5425 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT_ : Image3D(std::move(img)) {} in Image3DGL() function in cl::Image3DGL