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

1 2

  /external/chromium_org/ui/gl/
gl_surface_mac.cc 22 case kGLImplementationDesktopGL:
39 case kGLImplementationDesktopGL:
67 case kGLImplementationDesktopGL:
gl_image_win.cc 18 case kGLImplementationDesktopGL:
36 case kGLImplementationDesktopGL:
gl_image_mac.cc 19 case kGLImplementationDesktopGL:
37 case kGLImplementationDesktopGL:
gl_image_x11.cc 20 case kGLImplementationDesktopGL: {
44 case kGLImplementationDesktopGL:
gl_implementation_x11.cc 36 impls->push_back(kGLImplementationDesktopGL);
57 case kGLImplementationDesktopGL: {
88 SetGLImplementation(kGLImplementationDesktopGL);
150 case kGLImplementationDesktopGL:
187 case kGLImplementationDesktopGL:
gl_implementation_mac.cc 24 impls->push_back(kGLImplementationDesktopGL);
84 case kGLImplementationDesktopGL:
119 case kGLImplementationDesktopGL:
gl_context_win.cc 43 case kGLImplementationDesktopGL: {
gl_context_x11.cc 38 case kGLImplementationDesktopGL: {
gl_implementation.cc 23 { kGLImplementationDesktopName, kGLImplementationDesktopGL },
50 case kGLImplementationDesktopGL:
115 return kGLImplementationDesktopGL == g_gl_implementation ||
gl_implementation.h 23 kGLImplementationDesktopGL,
gl_implementation_win.cc 105 impls->push_back(kGLImplementationDesktopGL);
246 case kGLImplementationDesktopGL: {
268 SetGLImplementation(kGLImplementationDesktopGL);
298 case kGLImplementationDesktopGL:
330 case kGLImplementationDesktopGL:
gl_surface_win.cc 89 case kGLImplementationDesktopGL:
241 case kGLImplementationDesktopGL: {
276 case kGLImplementationDesktopGL: {
gl_surface_x11.cc 56 case kGLImplementationDesktopGL:
280 case kGLImplementationDesktopGL: {
314 case kGLImplementationDesktopGL: {
gl_context.cc 77 case kGLImplementationDesktopGL:
  /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 316 gfx::SetGLImplementation(gfx::kGLImplementationDesktopGL);
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 38 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL &&
193 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL)
  /external/chromium_org/content/common/gpu/
image_transport_surface_mac.cc 156 if (gfx::GetGLImplementation() != gfx::kGLImplementationDesktopGL &&
529 case gfx::kGLImplementationDesktopGL:
  /external/chromium_org/chrome/test/perf/frame_rate/
frame_rate_tests.cc 135 return (gl_impl == gfx::kGLImplementationDesktopGL ||
  /external/chromium_org/media/tools/player_x11/
gl_video_renderer.cc 23 if (!InitializeGLBindings(gfx::kGLImplementationDesktopGL)) {
  /external/chromium_org/gpu/tools/compositor_model_bench/
compositor_model_bench.cc 189 if (!InitializeGLBindings(gfx::kGLImplementationDesktopGL)) {
  /external/chromium_org/content/common/gpu/media/
rendering_helper.cc 90 gfx::kGLImplementationDesktopGL;
  /external/chromium_org/content/child/npapi/
plugin_host.cc 73 return (implementation == gfx::kGLImplementationDesktopGL);
    [all...]

Completed in 1422 milliseconds

1 2