Home
last modified time | relevance | path

Searched refs:kGLImplementationDesktopGL (Results 1 – 24 of 24) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_implementation_x11.cc46 impls->push_back(kGLImplementationDesktopGL); in GetAllowedGLImplementations()
66 case kGLImplementationDesktopGL: { in InitializeStaticGLBindings()
93 SetGLImplementation(kGLImplementationDesktopGL); in InitializeStaticGLBindings()
156 case kGLImplementationDesktopGL: in InitializeDynamicGLBindings()
199 case kGLImplementationDesktopGL: in GetGLWindowSystemBindingInfo()
Dgl_implementation_win.cc104 impls->push_back(kGLImplementationDesktopGL); in GetAllowedGLImplementations()
241 case kGLImplementationDesktopGL: { in InitializeStaticGLBindings()
261 SetGLImplementation(kGLImplementationDesktopGL); in InitializeStaticGLBindings()
329 case kGLImplementationDesktopGL: in InitializeDynamicGLBindings()
367 case kGLImplementationDesktopGL: in GetGLWindowSystemBindingInfo()
Dgl_surface_mac.cc97 case kGLImplementationDesktopGL: in InitializeOneOffInternal()
114 case kGLImplementationDesktopGL: in CreateViewGLSurface()
145 case kGLImplementationDesktopGL: in CreateOffscreenGLSurface()
Dgl_implementation_mac.cc25 impls->push_back(kGLImplementationDesktopGL); in GetAllowedGLImplementations()
84 case kGLImplementationDesktopGL: in InitializeStaticGLBindings()
118 case kGLImplementationDesktopGL: in InitializeDynamicGLBindings()
Dgl_implementation.cc24 { kGLImplementationDesktopName, kGLImplementationDesktopGL },
101 return kGLImplementationDesktopGL == g_gl_implementation || in HasDesktopGLFeatures()
Dgl_surface_win.cc105 case kGLImplementationDesktopGL: in InitializeOneOffInternal()
255 case kGLImplementationDesktopGL: { in CreateViewGLSurface()
290 case kGLImplementationDesktopGL: { in CreateOffscreenGLSurface()
Dgl_surface_x11.cc54 case kGLImplementationDesktopGL: in InitializeOneOffInternal()
286 case kGLImplementationDesktopGL: { in CreateViewGLSurface()
321 case kGLImplementationDesktopGL: { in CreateOffscreenGLSurface()
Dgl_context_win.cc43 case kGLImplementationDesktopGL: { in CreateGLContext()
Dgl_context_x11.cc38 case kGLImplementationDesktopGL: { in CreateGLContext()
Dgl_implementation.h23 kGLImplementationDesktopGL, enumerator
Dgl_context_mac.mm26 case kGLImplementationDesktopGL:
Dgl_context.cc135 case kGLImplementationDesktopGL: in LosesAllContextsOnContextLost()
Dgl_bindings_skia_in_process.cc582 case gfx::kGLImplementationDesktopGL: in CreateInProcessSkiaGLBinding()
/external/chromium_org/gpu/command_buffer/service/
Dasync_pixel_transfer_manager_win.cc19 case gfx::kGLImplementationDesktopGL: in Create()
Dasync_pixel_transfer_manager_mac.cc19 case gfx::kGLImplementationDesktopGL: in Create()
Dasync_pixel_transfer_manager_linux.cc29 case gfx::kGLImplementationDesktopGL: in Create()
Drenderbuffer_manager_unittest.cc313 gfx::SetGLImplementation(gfx::kGLImplementationDesktopGL); in TEST_F()
Dgles2_cmd_decoder.cc10105 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL) { in DoTexImageIOSurface2DCHROMIUM()
/external/chromium_org/ui/surface/
Daccelerated_surface_mac.cc39 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL && in Initialize()
194 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL) in SetSurfaceSize()
/external/chromium_org/content/common/gpu/
Dimage_transport_surface_mac.mm49 case gfx::kGLImplementationDesktopGL:
Dimage_transport_surface_fbo_mac.mm46 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL &&
/external/chromium_org/content/common/gpu/media/
Dgpu_video_decode_accelerator.cc277 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL) { in Initialize()
Dvideo_decode_accelerator_unittest.cc411 CHECK_EQ(gfx::kGLImplementationDesktopGL, gfx::GetGLImplementation()) in CreateAndStartDecoder()
/external/chromium_org/content/child/npapi/
Dplugin_host.cc80 return (implementation == gfx::kGLImplementationDesktopGL); in SupportsCoreAnimationPlugins()