Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/include/CL/
H A Dopencl.hpp4997 class CL_API_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class
5005 Image2DGL( in Image2DGL() function in cl::Image2DGL
5030 Image2DGL() : Image2D() { } in Image2DGL() function in cl::Image2DGL
5039 explicit Image2DGL(const cl_mem& image, bool retainObject = false) : in Image2DGL() function in cl::Image2DGL
5055 Image2DGL(const Image2DGL& img) : Image2D(img) {} in Image2DGL() function in cl::Image2DGL
5069 Image2DGL(Image2DGL&& img) CL_HPP_NOEXCEPT_ : Image2D(std::move(img)) {} in Image2DGL() function in cl::Image2DGL
/aosp_15_r20/external/mesa3d/include/CL/
H A 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
H A 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
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/
H A Dopencl.hpp5198 class CL_API_PREFIX__VERSION_1_1_DEPRECATED Image2DGL : public Image2D class
5206 Image2DGL( in Image2DGL() function in cl::Image2DGL
5231 Image2DGL() : Image2D() { } in Image2DGL() function in cl::Image2DGL
5240 explicit Image2DGL(const cl_mem& image, bool retainObject = false) : in Image2DGL() function in cl::Image2DGL