HomeSort by relevance Sort by last modified time
    Searched defs:IsOffscreen (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/gl/
gl_surface_stub.cc 12 bool GLSurfaceStub::IsOffscreen() {
gl_surface_osmesa.cc 73 bool GLSurfaceOSMesa::IsOffscreen() {
98 bool GLSurfaceOSMesaHeadless::IsOffscreen() { return false; }
gl_surface_x11.cc 34 virtual bool IsOffscreen() OVERRIDE;
180 bool NativeViewGLSurfaceOSMesa::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.cc 290 bool GLSurfaceAdapter::IsOffscreen() {
291 return surface_->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() {
  /external/chromium_org/android_webview/browser/
aw_gl_surface.cc 16 bool AwGLSurface::IsOffscreen() {
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 106 bool TextureImageTransportSurface::IsOffscreen() {

Completed in 698 milliseconds