Home
last modified time | relevance | path

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

/external/mesa3d/include/CL/
Dcl2.hpp5244 class Image3DGL : public Image3D class
5252 Image3DGL( in Image3DGL() function in cl::Image3DGL
5276 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL
5285 explicit Image3DGL(const cl_mem& image, bool retainObject = false) : in Image3DGL() function in cl::Image3DGL
5301 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL
5315 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT_ : Image3D(std::move(img)) {} in Image3DGL() function in cl::Image3DGL
Dcl.hpp4361 class Image3DGL : public Image3D class
4369 Image3DGL( in Image3DGL() function in cl::Image3DGL
4393 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL
4399 __CL_EXPLICIT_CONSTRUCTORS Image3DGL(const cl_mem& image) : Image3D(image) { } in Image3DGL() function in cl::Image3DGL
4414 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL
4429 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT : Image3D(std::move(img)) {} in Image3DGL() function in cl::Image3DGL
/external/ComputeLibrary/include/CL/
Dcl2.hpp5087 class Image3DGL : public Image3D class
5095 Image3DGL( in Image3DGL() function in cl::Image3DGL
5119 Image3DGL() : Image3D() { } in Image3DGL() function in cl::Image3DGL
5128 explicit Image3DGL(const cl_mem& image, bool retainObject = false) : in Image3DGL() function in cl::Image3DGL
5144 Image3DGL(const Image3DGL& img) : Image3D(img) {} in Image3DGL() function in cl::Image3DGL
5158 Image3DGL(Image3DGL&& img) CL_HPP_NOEXCEPT_ : Image3D(std::move(img)) {} in Image3DGL() function in cl::Image3DGL