OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsOffscreen
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/ui/gl/
gl_surface_stub.cc
12
bool GLSurfaceStub::
IsOffscreen
() {
gl_surface_cgl.cc
81
bool NoOpGLSurfaceCGL::
IsOffscreen
() {
gl_surface_osmesa.cc
60
bool GLSurfaceOSMesa::
IsOffscreen
() {
gl_surface_win.cc
34
virtual bool
IsOffscreen
() OVERRIDE;
134
bool NativeViewGLSurfaceOSMesa::
IsOffscreen
() {
gl_surface_x11.cc
37
virtual bool
IsOffscreen
() OVERRIDE;
183
bool NativeViewGLSurfaceOSMesa::
IsOffscreen
() {
gl_surface.cc
201
bool GLSurfaceAdapter::
IsOffscreen
() {
202
return surface_->
IsOffscreen
();
gl_surface_wgl.cc
265
bool NativeViewGLSurfaceWGL::
IsOffscreen
() {
351
bool PbufferGLSurfaceWGL::
IsOffscreen
() {
gl_surface_egl.cc
392
bool NativeViewGLSurfaceEGL::
IsOffscreen
() {
552
bool PbufferGLSurfaceEGL::
IsOffscreen
() {
634
bool SurfacelessEGL::
IsOffscreen
() {
672
virtual bool
IsOffscreen
() OVERRIDE;
683
bool GLSurfaceOSMesaHeadless::
IsOffscreen
() { return false; }
gl_surface_glx.cc
598
bool NativeViewGLSurfaceGLX::
IsOffscreen
() {
775
bool PbufferGLSurfaceGLX::
IsOffscreen
() {
/external/chromium_org/android_webview/browser/
aw_gl_surface.cc
16
bool AwGLSurface::
IsOffscreen
() {
/external/chromium_org/content/common/gpu/
image_transport_surface_win.cc
38
virtual bool
IsOffscreen
() OVERRIDE;
131
bool PbufferImageTransportSurface::
IsOffscreen
() {
texture_image_transport_surface.cc
106
bool TextureImageTransportSurface::
IsOffscreen
() {
image_transport_surface_mac.cc
50
virtual bool
IsOffscreen
() OVERRIDE;
194
bool IOSurfaceImageTransportSurface::
IsOffscreen
() {
Completed in 120 milliseconds