HomeSort by relevance Sort by last modified time
    Searched defs:GLImage (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gl/
gl_image.cc 11 GLImage::GLImage() {}
13 void GLImage::SetReleaseAfterUse() {
17 GLImage::~GLImage() {}
gl_image.h 20 class GL_EXPORT GLImage : public base::RefCounted<GLImage> {
22 GLImage();
53 static scoped_refptr<GLImage> CreateGLImage(gfx::PluginWindowHandle window);
56 static scoped_refptr<GLImage> CreateGLImageForGpuMemoryBuffer(
62 virtual ~GLImage();
65 friend class base::RefCounted<GLImage>;
67 DISALLOW_COPY_AND_ASSIGN(GLImage);

Completed in 548 milliseconds