Searched defs:ImageGL (Results 1 – 2 of 2) sorted by relevance
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