HomeSort by relevance Sort by last modified time
    Searched refs:kGLImplementationDesktopGL (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_mac.cc 19 case gfx::kGLImplementationDesktopGL:
async_pixel_transfer_manager_win.cc 19 case gfx::kGLImplementationDesktopGL:
async_pixel_transfer_manager_linux.cc 29 case gfx::kGLImplementationDesktopGL:
renderbuffer_manager_unittest.cc 313 gfx::SetGLImplementation(gfx::kGLImplementationDesktopGL);
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/ui/gl/
gl_implementation_x11.cc 46 impls->push_back(kGLImplementationDesktopGL);
66 case kGLImplementationDesktopGL: {
93 SetGLImplementation(kGLImplementationDesktopGL);
156 case kGLImplementationDesktopGL:
199 case kGLImplementationDesktopGL:
gl_implementation_mac.cc 25 impls->push_back(kGLImplementationDesktopGL);
84 case kGLImplementationDesktopGL:
118 case kGLImplementationDesktopGL:
gl_surface_mac.cc 97 case kGLImplementationDesktopGL:
114 case kGLImplementationDesktopGL:
145 case kGLImplementationDesktopGL:
gl_context_win.cc 43 case kGLImplementationDesktopGL: {
gl_context_x11.cc 38 case kGLImplementationDesktopGL: {
gl_implementation_win.cc 104 impls->push_back(kGLImplementationDesktopGL);
241 case kGLImplementationDesktopGL: {
261 SetGLImplementation(kGLImplementationDesktopGL);
329 case kGLImplementationDesktopGL:
367 case kGLImplementationDesktopGL:
gl_implementation.cc 24 { kGLImplementationDesktopName, kGLImplementationDesktopGL },
101 return kGLImplementationDesktopGL == g_gl_implementation ||
gl_implementation.h 23 kGLImplementationDesktopGL,
gl_surface_win.cc 105 case kGLImplementationDesktopGL:
255 case kGLImplementationDesktopGL: {
290 case kGLImplementationDesktopGL: {
gl_surface_x11.cc 54 case kGLImplementationDesktopGL:
286 case kGLImplementationDesktopGL: {
321 case kGLImplementationDesktopGL: {
gl_context.cc 135 case kGLImplementationDesktopGL:
gl_bindings_skia_in_process.cc 582 case gfx::kGLImplementationDesktopGL:
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 39 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL &&
194 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL)
  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 277 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL) {
video_decode_accelerator_unittest.cc 411 CHECK_EQ(gfx::kGLImplementationDesktopGL, gfx::GetGLImplementation())
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_host.cc 80 return (implementation == gfx::kGLImplementationDesktopGL);
    [all...]

Completed in 422 milliseconds