/external/chromium_org/ui/gl/ |
D | gl_surface_egl.h | 68 virtual bool IsOffscreen() OVERRIDE; 105 virtual bool IsOffscreen() OVERRIDE; 133 virtual bool IsOffscreen() OVERRIDE;
|
D | gl_surface_osmesa.h | 27 virtual bool IsOffscreen() OVERRIDE; 51 virtual bool IsOffscreen() OVERRIDE;
|
D | gl_surface_wgl.h | 38 virtual bool IsOffscreen(); 61 virtual bool IsOffscreen();
|
D | gl_surface_osmesa.cc | 73 bool GLSurfaceOSMesa::IsOffscreen() { in IsOffscreen() function in gfx::GLSurfaceOSMesa 98 bool GLSurfaceOSMesaHeadless::IsOffscreen() { return false; } in IsOffscreen() function in gfx::GLSurfaceOSMesaHeadless
|
D | gl_surface_glx.h | 61 virtual bool IsOffscreen() OVERRIDE; 103 virtual bool IsOffscreen() OVERRIDE;
|
D | gl_context_glx.cc | 73 << (compatible_surface->IsOffscreen() ? in Initialize() 77 DVLOG(1) << (compatible_surface->IsOffscreen() ? "Offscreen" : "Onscreen") in Initialize()
|
D | gl_surface.h | 52 virtual bool IsOffscreen() = 0; 166 virtual bool IsOffscreen() OVERRIDE;
|
D | gl_surface_stub.cc | 12 bool GLSurfaceStub::IsOffscreen() { in IsOffscreen() function in gfx::GLSurfaceStub
|
D | gl_surface_stub.h | 19 virtual bool IsOffscreen() OVERRIDE;
|
D | gl_surface_wgl.cc | 247 bool NativeViewGLSurfaceWGL::IsOffscreen() { in IsOffscreen() function in gfx::NativeViewGLSurfaceWGL 341 bool PbufferGLSurfaceWGL::IsOffscreen() { in IsOffscreen() function in gfx::PbufferGLSurfaceWGL
|
D | gl_surface_win.cc | 50 virtual bool IsOffscreen() OVERRIDE; 150 bool NativeViewGLSurfaceOSMesa::IsOffscreen() { in IsOffscreen() function in gfx::NativeViewGLSurfaceOSMesa
|
D | gl_surface_x11.cc | 34 virtual bool IsOffscreen() OVERRIDE; 180 bool NativeViewGLSurfaceOSMesa::IsOffscreen() { in IsOffscreen() function in gfx::NativeViewGLSurfaceOSMesa
|
D | gl_surface.cc | 290 bool GLSurfaceAdapter::IsOffscreen() { in IsOffscreen() function in gfx::GLSurfaceAdapter 291 return surface_->IsOffscreen(); in IsOffscreen()
|
D | gl_surface_egl.cc | 444 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
|
D | gl_surface_mac.cc | 35 virtual bool IsOffscreen() OVERRIDE { return true; } in IsOffscreen() function in gfx::__anon1ac51e700111::NoOpGLSurface
|
D | gl_context_mac.mm | 32 DCHECK(compatible_surface->IsOffscreen());
|
D | gl_surface_glx.cc | 504 bool NativeViewGLSurfaceGLX::IsOffscreen() { in IsOffscreen() function in gfx::NativeViewGLSurfaceGLX 673 bool PbufferGLSurfaceGLX::IsOffscreen() { in IsOffscreen() function in gfx::PbufferGLSurfaceGLX
|
D | gl_surface_ozone.cc | 137 virtual bool IsOffscreen() OVERRIDE { return false; } in IsOffscreen() function in gfx::__anon5dfe5f4a0111::GLSurfaceOzoneSurfaceless
|
/external/chromium_org/android_webview/browser/ |
D | aw_gl_surface.cc | 16 bool AwGLSurface::IsOffscreen() { in IsOffscreen() function in android_webview::AwGLSurface
|
D | aw_gl_surface.h | 21 virtual bool IsOffscreen() OVERRIDE;
|
D | hardware_renderer.cc | 58 surface->IsOffscreen(), in CreateContext()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gl_surface_mock.h | 20 MOCK_METHOD0(IsOffscreen, bool());
|
D | gl_context_virtual.cc | 74 !surface->IsOffscreen()) in IsCurrent()
|
/external/chromium_org/content/common/gpu/ |
D | image_transport_surface_fbo_mac.h | 68 virtual bool IsOffscreen() OVERRIDE;
|
D | texture_image_transport_surface.h | 35 virtual bool IsOffscreen() OVERRIDE;
|