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_osmesa.h 25 virtual bool IsOffscreen() OVERRIDE;
49 virtual bool IsOffscreen() OVERRIDE;
gl_surface_stub.h 19 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 64 virtual bool IsOffscreen() OVERRIDE;
101 virtual bool IsOffscreen() OVERRIDE;
129 virtual bool IsOffscreen() OVERRIDE;
gl_surface.h 48 virtual bool IsOffscreen() = 0;
144 virtual bool IsOffscreen() OVERRIDE;
gl_surface_osmesa.cc 65 bool GLSurfaceOSMesa::IsOffscreen() {
90 bool GLSurfaceOSMesaHeadless::IsOffscreen() { return false; }
gl_context_glx.cc 74 << (compatible_surface->IsOffscreen() ?
78 DVLOG(1) << (compatible_surface->IsOffscreen() ? "Offscreen" : "Onscreen")
gl_surface_mac.cc 36 virtual bool IsOffscreen() OVERRIDE { return true; }
gl_surface.cc 277 bool GLSurfaceAdapter::IsOffscreen() {
278 return surface_->IsOffscreen();
gl_surface_wgl.cc 247 bool NativeViewGLSurfaceWGL::IsOffscreen() {
341 bool PbufferGLSurfaceWGL::IsOffscreen() {
gl_surface_win.cc 42 virtual bool IsOffscreen() OVERRIDE;
142 bool NativeViewGLSurfaceOSMesa::IsOffscreen() {
gl_surface_x11.cc 35 virtual bool IsOffscreen() OVERRIDE;
181 bool NativeViewGLSurfaceOSMesa::IsOffscreen() {
gl_surface_egl.cc 396 bool NativeViewGLSurfaceEGL::IsOffscreen() {
555 bool PbufferGLSurfaceEGL::IsOffscreen() {
637 bool SurfacelessEGL::IsOffscreen() {
gl_surface_glx.cc 480 bool NativeViewGLSurfaceGLX::IsOffscreen() {
649 bool PbufferGLSurfaceGLX::IsOffscreen() {
  /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 57 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 57 virtual bool IsOffscreen() OVERRIDE;
texture_image_transport_surface.h 35 virtual bool IsOffscreen() OVERRIDE;
image_transport_surface_fbo_mac.cc 75 bool ImageTransportSurfaceFBO::IsOffscreen() {
texture_image_transport_surface.cc 105 bool TextureImageTransportSurface::IsOffscreen() {

Completed in 320 milliseconds

1 2