Searched defs:ImageGL (Results 1 – 5 of 5) sorted by relevance
14 ImageGL::ImageGL(const egl::ImageState &state) : ImageImpl(state) {} in ImageGL() function in rx::ImageGL
5405 class ImageGL : public Image class5408 ImageGL( in ImageGL() function in cl::ImageGL5431 ImageGL() : Image() { } in ImageGL() function in cl::ImageGL5440 explicit ImageGL(const cl_mem& image, bool retainObject = false) : in ImageGL() function in cl::ImageGL5452 ImageGL(const ImageGL& img) : Image(img) {} in ImageGL() function in cl::ImageGL5466 ImageGL(ImageGL&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} in ImageGL() function in cl::ImageGL
4445 class ImageGL : public Image class4448 ImageGL( in ImageGL() function in cl::ImageGL4471 ImageGL() : Image() { } in ImageGL() function in cl::ImageGL4473 __CL_EXPLICIT_CONSTRUCTORS ImageGL(const cl_mem& image) : Image(image) { } in ImageGL() function in cl::ImageGL4484 ImageGL(const ImageGL& img) : Image(img) {} in ImageGL() function in cl::ImageGL4499 ImageGL(ImageGL&& img) CL_HPP_NOEXCEPT : Image(std::move(img)) {} in ImageGL() function in cl::ImageGL
5445 class ImageGL : public Image class5448 ImageGL( in ImageGL() function in cl::ImageGL5471 ImageGL() : Image() { } in ImageGL() function in cl::ImageGL5480 explicit ImageGL(const cl_mem& image, bool retainObject = false) : in ImageGL() function in cl::ImageGL5492 ImageGL(const ImageGL& img) : Image(img) {} in ImageGL() function in cl::ImageGL5506 ImageGL(ImageGL&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} in ImageGL() function in cl::ImageGL
5499 class ImageGL : public Image class5502 ImageGL( in ImageGL() function in cl::ImageGL5525 ImageGL() : Image() { } in ImageGL() function in cl::ImageGL5534 explicit ImageGL(const cl_mem& image, bool retainObject = false) : in ImageGL() function in cl::ImageGL