Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DImageGL.cpp14 ImageGL::ImageGL(const egl::ImageState &state) : ImageImpl(state) {} in ImageGL() function in rx::ImageGL
/external/mesa3d/include/CL/
Dcl2.hpp5335 class ImageGL : public Image class
5338 ImageGL( in ImageGL() function in cl::ImageGL
5361 ImageGL() : Image() { } in ImageGL() function in cl::ImageGL
5370 explicit ImageGL(const cl_mem& image, bool retainObject = false) : in ImageGL() function in cl::ImageGL
5382 ImageGL(const ImageGL& img) : Image(img) {} in ImageGL() function in cl::ImageGL
5396 ImageGL(ImageGL&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} in ImageGL() function in cl::ImageGL
Dcl.hpp4450 class ImageGL : public Image class
4453 ImageGL( in ImageGL() function in cl::ImageGL
4476 ImageGL() : Image() { } in ImageGL() function in cl::ImageGL
4478 __CL_EXPLICIT_CONSTRUCTORS ImageGL(const cl_mem& image) : Image(image) { } in ImageGL() function in cl::ImageGL
4489 ImageGL(const ImageGL& img) : Image(img) {} in ImageGL() function in cl::ImageGL
4504 ImageGL(ImageGL&& img) CL_HPP_NOEXCEPT : Image(std::move(img)) {} in ImageGL() function in cl::ImageGL
/external/ComputeLibrary/include/CL/
Dcl2.hpp5178 class ImageGL : public Image class
5181 ImageGL( in ImageGL() function in cl::ImageGL
5204 ImageGL() : Image() { } in ImageGL() function in cl::ImageGL
5213 explicit ImageGL(const cl_mem& image, bool retainObject = false) : in ImageGL() function in cl::ImageGL
5225 ImageGL(const ImageGL& img) : Image(img) {} in ImageGL() function in cl::ImageGL
5239 ImageGL(ImageGL&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} in ImageGL() function in cl::ImageGL