Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl.hpp4445 class ImageGL : public Image class
4448 ImageGL( in ImageGL() function in cl::ImageGL
4471 ImageGL() : Image() { } in ImageGL() function in cl::ImageGL
4473 __CL_EXPLICIT_CONSTRUCTORS ImageGL(const cl_mem& image) : Image(image) { } in ImageGL() function in cl::ImageGL
4484 ImageGL(const ImageGL& img) : Image(img) {} in ImageGL() function in cl::ImageGL
4499 ImageGL(ImageGL&& img) CL_HPP_NOEXCEPT : Image(std::move(img)) {} in ImageGL() function in cl::ImageGL
Dopencl.hpp5445 class ImageGL : public Image class
5448 ImageGL( in ImageGL() function in cl::ImageGL
5471 ImageGL() : Image() { } in ImageGL() function in cl::ImageGL
5480 explicit ImageGL(const cl_mem& image, bool retainObject = false) : in ImageGL() function in cl::ImageGL
5492 ImageGL(const ImageGL& img) : Image(img) {} in ImageGL() function in cl::ImageGL
5506 ImageGL(ImageGL&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} in ImageGL() function in cl::ImageGL