Home
last modified time | relevance | path

Searched refs:IsOffscreen (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/ui/gl/
Dgl_surface_egl.h68 virtual bool IsOffscreen() OVERRIDE;
105 virtual bool IsOffscreen() OVERRIDE;
133 virtual bool IsOffscreen() OVERRIDE;
Dgl_surface_osmesa.h27 virtual bool IsOffscreen() OVERRIDE;
51 virtual bool IsOffscreen() OVERRIDE;
Dgl_surface_wgl.h38 virtual bool IsOffscreen();
61 virtual bool IsOffscreen();
Dgl_surface_osmesa.cc73 bool GLSurfaceOSMesa::IsOffscreen() { in IsOffscreen() function in gfx::GLSurfaceOSMesa
98 bool GLSurfaceOSMesaHeadless::IsOffscreen() { return false; } in IsOffscreen() function in gfx::GLSurfaceOSMesaHeadless
Dgl_surface_glx.h61 virtual bool IsOffscreen() OVERRIDE;
103 virtual bool IsOffscreen() OVERRIDE;
Dgl_context_glx.cc73 << (compatible_surface->IsOffscreen() ? in Initialize()
77 DVLOG(1) << (compatible_surface->IsOffscreen() ? "Offscreen" : "Onscreen") in Initialize()
Dgl_surface.h52 virtual bool IsOffscreen() = 0;
166 virtual bool IsOffscreen() OVERRIDE;
Dgl_surface_stub.cc12 bool GLSurfaceStub::IsOffscreen() { in IsOffscreen() function in gfx::GLSurfaceStub
Dgl_surface_stub.h19 virtual bool IsOffscreen() OVERRIDE;
Dgl_surface_wgl.cc247 bool NativeViewGLSurfaceWGL::IsOffscreen() { in IsOffscreen() function in gfx::NativeViewGLSurfaceWGL
341 bool PbufferGLSurfaceWGL::IsOffscreen() { in IsOffscreen() function in gfx::PbufferGLSurfaceWGL
Dgl_surface_win.cc50 virtual bool IsOffscreen() OVERRIDE;
150 bool NativeViewGLSurfaceOSMesa::IsOffscreen() { in IsOffscreen() function in gfx::NativeViewGLSurfaceOSMesa
Dgl_surface_x11.cc34 virtual bool IsOffscreen() OVERRIDE;
180 bool NativeViewGLSurfaceOSMesa::IsOffscreen() { in IsOffscreen() function in gfx::NativeViewGLSurfaceOSMesa
Dgl_surface.cc290 bool GLSurfaceAdapter::IsOffscreen() { in IsOffscreen() function in gfx::GLSurfaceAdapter
291 return surface_->IsOffscreen(); in IsOffscreen()
Dgl_surface_egl.cc444 bool NativeViewGLSurfaceEGL::IsOffscreen() { in IsOffscreen() function in gfx::NativeViewGLSurfaceEGL
599 bool PbufferGLSurfaceEGL::IsOffscreen() { in IsOffscreen() function in gfx::PbufferGLSurfaceEGL
681 bool SurfacelessEGL::IsOffscreen() { in IsOffscreen() function in gfx::SurfacelessEGL
Dgl_surface_mac.cc35 virtual bool IsOffscreen() OVERRIDE { return true; } in IsOffscreen() function in gfx::__anon1ac51e700111::NoOpGLSurface
Dgl_context_mac.mm32 DCHECK(compatible_surface->IsOffscreen());
Dgl_surface_glx.cc504 bool NativeViewGLSurfaceGLX::IsOffscreen() { in IsOffscreen() function in gfx::NativeViewGLSurfaceGLX
673 bool PbufferGLSurfaceGLX::IsOffscreen() { in IsOffscreen() function in gfx::PbufferGLSurfaceGLX
Dgl_surface_ozone.cc137 virtual bool IsOffscreen() OVERRIDE { return false; } in IsOffscreen() function in gfx::__anon5dfe5f4a0111::GLSurfaceOzoneSurfaceless
/external/chromium_org/android_webview/browser/
Daw_gl_surface.cc16 bool AwGLSurface::IsOffscreen() { in IsOffscreen() function in android_webview::AwGLSurface
Daw_gl_surface.h21 virtual bool IsOffscreen() OVERRIDE;
Dhardware_renderer.cc58 surface->IsOffscreen(), in CreateContext()
/external/chromium_org/gpu/command_buffer/service/
Dgl_surface_mock.h20 MOCK_METHOD0(IsOffscreen, bool());
Dgl_context_virtual.cc74 !surface->IsOffscreen()) in IsCurrent()
/external/chromium_org/content/common/gpu/
Dimage_transport_surface_fbo_mac.h68 virtual bool IsOffscreen() OVERRIDE;
Dtexture_image_transport_surface.h35 virtual bool IsOffscreen() OVERRIDE;

12