HomeSort by relevance Sort by last modified time
    Searched refs:IsOffscreen (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/ui/gl/
gl_surface_stub.cc 12 bool GLSurfaceStub::IsOffscreen() {
gl_surface_stub.h 19 virtual bool IsOffscreen() OVERRIDE;
gl_surface_osmesa.h 27 virtual bool IsOffscreen() OVERRIDE;
51 virtual bool IsOffscreen() OVERRIDE;
gl_surface_wgl.h 38 virtual bool IsOffscreen();
61 virtual bool IsOffscreen();
gl_surface_glx.h 61 virtual bool IsOffscreen() OVERRIDE;
103 virtual bool IsOffscreen() OVERRIDE;
gl_surface_egl.h 68 virtual bool IsOffscreen() OVERRIDE;
105 virtual bool IsOffscreen() OVERRIDE;
133 virtual bool IsOffscreen() OVERRIDE;
gl_surface_osmesa.cc 73 bool GLSurfaceOSMesa::IsOffscreen() {
98 bool GLSurfaceOSMesaHeadless::IsOffscreen() { return false; }
gl_surface.h 52 virtual bool IsOffscreen() = 0;
166 virtual bool IsOffscreen() OVERRIDE;
gl_context_glx.cc 73 << (compatible_surface->IsOffscreen() ?
77 DVLOG(1) << (compatible_surface->IsOffscreen() ? "Offscreen" : "Onscreen")
gl_surface_mac.cc 35 virtual bool IsOffscreen() OVERRIDE { return true; }
gl_surface.cc 290 bool GLSurfaceAdapter::IsOffscreen() {
291 return surface_->IsOffscreen();
gl_surface_wgl.cc 247 bool NativeViewGLSurfaceWGL::IsOffscreen() {
341 bool PbufferGLSurfaceWGL::IsOffscreen() {
gl_surface_win.cc 50 virtual bool IsOffscreen() OVERRIDE;
150 bool NativeViewGLSurfaceOSMesa::IsOffscreen() {
gl_surface_x11.cc 34 virtual bool IsOffscreen() OVERRIDE;
180 bool NativeViewGLSurfaceOSMesa::IsOffscreen() {
gl_surface_egl.cc 444 bool NativeViewGLSurfaceEGL::IsOffscreen() {
599 bool PbufferGLSurfaceEGL::IsOffscreen() {
681 bool SurfacelessEGL::IsOffscreen() {
gl_surface_glx.cc 504 bool NativeViewGLSurfaceGLX::IsOffscreen() {
673 bool PbufferGLSurfaceGLX::IsOffscreen() {
gl_surface_ozone.cc 137 virtual bool IsOffscreen() OVERRIDE { return false; }
  /external/chromium_org/android_webview/browser/
aw_gl_surface.h 21 virtual bool IsOffscreen() OVERRIDE;
aw_gl_surface.cc 16 bool AwGLSurface::IsOffscreen() {
hardware_renderer.cc 58 surface->IsOffscreen(),
  /external/chromium_org/gpu/command_buffer/service/
gl_surface_mock.h 20 MOCK_METHOD0(IsOffscreen, bool());
gl_context_virtual.cc 74 !surface->IsOffscreen())
  /external/chromium_org/content/common/gpu/
image_transport_surface_fbo_mac.h 68 virtual bool IsOffscreen() OVERRIDE;
texture_image_transport_surface.h 35 virtual bool IsOffscreen() OVERRIDE;
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc 277 DCHECK_EQ(surface->IsOffscreen(), is_offscreen);

Completed in 5233 milliseconds

1 2