Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp5037 class CL_API_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class
5045 Image2DGL( in Image2DGL() function in cl::Image2DGL
5070 Image2DGL() : Image2D() { } in Image2DGL() function in cl::Image2DGL
5079 explicit Image2DGL(const cl_mem& image, bool retainObject = false) : in Image2DGL() function in cl::Image2DGL
5095 Image2DGL(const Image2DGL& img) : Image2D(img) {} in Image2DGL() function in cl::Image2DGL
5109 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT_ : Image2D(std::move(img)) {} in Image2DGL() function in cl::Image2DGL
Dcl.hpp4052 Image2DGL( in Image2DGL() function in cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4077 Image2DGL() : Image2D() { } in Image2DGL() function in cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4083 __CL_EXPLICIT_CONSTRUCTORS Image2DGL(const cl_mem& image) : Image2D(image) { } in Image2DGL() function in cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4098 Image2DGL(const Image2DGL& img) : Image2D(img) {} in Image2DGL() function in cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED
4113 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT : Image2D(std::move(img)) {} in Image2DGL() function in cl::CL_EXT_SUFFIX__VERSION_1_1_DEPRECATED