Searched refs:kGLImplementationDesktopGL (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_linux.cc29 case gfx::kGLImplementationDesktopGL:
H A Dasync_pixel_transfer_manager_mac.cc19 case gfx::kGLImplementationDesktopGL:
H A Dasync_pixel_transfer_manager_win.cc19 case gfx::kGLImplementationDesktopGL:
H A Drenderbuffer_manager_unittest.cc313 gfx::SetGLImplementation(gfx::kGLImplementationDesktopGL);
H A Dgles2_cmd_decoder.cc10105 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL) {
/external/chromium_org/ui/gl/
H A Dgl_implementation_x11.cc46 impls->push_back(kGLImplementationDesktopGL);
66 case kGLImplementationDesktopGL: {
93 SetGLImplementation(kGLImplementationDesktopGL);
156 case kGLImplementationDesktopGL:
199 case kGLImplementationDesktopGL:
H A Dgl_implementation_mac.cc25 impls->push_back(kGLImplementationDesktopGL);
84 case kGLImplementationDesktopGL:
118 case kGLImplementationDesktopGL:
H A Dgl_surface_mac.cc97 case kGLImplementationDesktopGL:
114 case kGLImplementationDesktopGL:
145 case kGLImplementationDesktopGL:
H A Dgl_context_win.cc43 case kGLImplementationDesktopGL: {
H A Dgl_context_x11.cc38 case kGLImplementationDesktopGL: {
H A Dgl_implementation_win.cc104 impls->push_back(kGLImplementationDesktopGL);
241 case kGLImplementationDesktopGL: {
261 SetGLImplementation(kGLImplementationDesktopGL);
329 case kGLImplementationDesktopGL:
367 case kGLImplementationDesktopGL:
H A Dgl_implementation.cc24 { kGLImplementationDesktopName, kGLImplementationDesktopGL },
101 return kGLImplementationDesktopGL == g_gl_implementation ||
H A Dgl_implementation.h23 kGLImplementationDesktopGL, enumerator in enum:gfx::GLImplementation
H A Dgl_surface_win.cc105 case kGLImplementationDesktopGL:
255 case kGLImplementationDesktopGL: {
290 case kGLImplementationDesktopGL: {
H A Dgl_surface_x11.cc54 case kGLImplementationDesktopGL:
286 case kGLImplementationDesktopGL: {
321 case kGLImplementationDesktopGL: {
H A Dgl_context.cc135 case kGLImplementationDesktopGL:
H A Dgl_bindings_skia_in_process.cc582 case gfx::kGLImplementationDesktopGL:
/external/chromium_org/ui/surface/
H A Daccelerated_surface_mac.cc39 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL &&
194 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL)
/external/chromium_org/content/common/gpu/media/
H A Dgpu_video_decode_accelerator.cc277 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL) {
H A Dvideo_decode_accelerator_unittest.cc411 CHECK_EQ(gfx::kGLImplementationDesktopGL, gfx::GetGLImplementation())
/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc80 return (implementation == gfx::kGLImplementationDesktopGL);

Completed in 357 milliseconds