Searched defs:ImageGL (Results 1 – 4 of 4) sorted by relevance
14 ImageGL::ImageGL(const egl::ImageState &state) : ImageImpl(state) {} in ImageGL() function in rx::ImageGL
5335 class ImageGL : public Image class5338 ImageGL( in ImageGL() function in cl::ImageGL5361 ImageGL() : Image() { } in ImageGL() function in cl::ImageGL5370 explicit ImageGL(const cl_mem& image, bool retainObject = false) : in ImageGL() function in cl::ImageGL5382 ImageGL(const ImageGL& img) : Image(img) {} in ImageGL() function in cl::ImageGL5396 ImageGL(ImageGL&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} in ImageGL() function in cl::ImageGL
4450 class ImageGL : public Image class4453 ImageGL( in ImageGL() function in cl::ImageGL4476 ImageGL() : Image() { } in ImageGL() function in cl::ImageGL4478 __CL_EXPLICIT_CONSTRUCTORS ImageGL(const cl_mem& image) : Image(image) { } in ImageGL() function in cl::ImageGL4489 ImageGL(const ImageGL& img) : Image(img) {} in ImageGL() function in cl::ImageGL4504 ImageGL(ImageGL&& img) CL_HPP_NOEXCEPT : Image(std::move(img)) {} in ImageGL() function in cl::ImageGL
5178 class ImageGL : public Image class5181 ImageGL( in ImageGL() function in cl::ImageGL5204 ImageGL() : Image() { } in ImageGL() function in cl::ImageGL5213 explicit ImageGL(const cl_mem& image, bool retainObject = false) : in ImageGL() function in cl::ImageGL5225 ImageGL(const ImageGL& img) : Image(img) {} in ImageGL() function in cl::ImageGL5239 ImageGL(ImageGL&& img) CL_HPP_NOEXCEPT_ : Image(std::move(img)) {} in ImageGL() function in cl::ImageGL