HomeSort by relevance Sort by last modified time
    Searched refs:GLSurfaceOSMesa (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/gl/
gl_surface_osmesa.cc 13 GLSurfaceOSMesa::GLSurfaceOSMesa(unsigned format, const gfx::Size& size)
18 bool GLSurfaceOSMesa::Initialize() {
22 void GLSurfaceOSMesa::Destroy() {
26 bool GLSurfaceOSMesa::Resize(const gfx::Size& new_size) {
60 bool GLSurfaceOSMesa::IsOffscreen() {
64 bool GLSurfaceOSMesa::SwapBuffers() {
65 NOTREACHED() << "Should not call SwapBuffers on an GLSurfaceOSMesa.";
69 gfx::Size GLSurfaceOSMesa::GetSize() {
73 void* GLSurfaceOSMesa::GetHandle()
    [all...]
gl_surface_osmesa.h 17 class GL_EXPORT GLSurfaceOSMesa : public GLSurface {
19 GLSurfaceOSMesa(unsigned format, const gfx::Size& size);
32 virtual ~GLSurfaceOSMesa();
39 DISALLOW_COPY_AND_ASSIGN(GLSurfaceOSMesa);
gl_surface_win.cc 22 class NativeViewGLSurfaceOSMesa : public GLSurfaceOSMesa {
64 : GLSurfaceOSMesa(OSMESA_RGBA, gfx::Size(1, 1)),
75 if (!GLSurfaceOSMesa::Initialize())
88 GLSurfaceOSMesa::Destroy();
132 std::string extensions = gfx::GLSurfaceOSMesa::GetExtensions();
215 scoped_refptr<GLSurface> surface(new GLSurfaceOSMesa(OSMESA_RGBA,
gl_surface_mac.cc 67 scoped_refptr<GLSurface> surface(new GLSurfaceOSMesa(OSMESA_RGBA,
gl_surface_x11.cc 27 class NativeViewGLSurfaceOSMesa : public GLSurfaceOSMesa {
83 : GLSurfaceOSMesa(OSMESA_BGRA, gfx::Size(1, 1)),
107 if (!GLSurfaceOSMesa::Initialize())
143 if (!GLSurfaceOSMesa::Resize(new_size))
219 std::string extensions = gfx::GLSurfaceOSMesa::GetExtensions();
307 scoped_refptr<GLSurface> surface(new GLSurfaceOSMesa(OSMESA_RGBA,
gl_surface_egl.cc 583 // A thin subclass of |GLSurfaceOSMesa| that can be used in place
586 class GLSurfaceOSMesaHeadless : public GLSurfaceOSMesa {
606 : GLSurfaceOSMesa(OSMESA_BGRA, gfx::Size(1, 1)) {
662 scoped_refptr<GLSurface> surface(new GLSurfaceOSMesa(1, size));
  /external/chromium_org/content/common/gpu/
image_transport_surface_mac.cc 448 // A subclass of GLSurfaceOSMesa that doesn't print an error message when
450 class DRTSurfaceOSMesa : public gfx::GLSurfaceOSMesa {
453 DRTSurfaceOSMesa() : GLSurfaceOSMesa(GL_RGBA, gfx::Size(1, 1)) {}

Completed in 1192 milliseconds