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

  /external/chromium_org/ui/gl/
gl_implementation.cc 34 GLImplementation g_gl_implementation = kGLImplementationNone;
94 return kGLImplementationNone;
141 DCHECK(g_gl_implementation != kGLImplementationNone);
162 DCHECK(g_gl_implementation != kGLImplementationNone);
gl_implementation_ozone.cc 39 if (GetGLImplementation() != kGLImplementationNone)
102 SetGLImplementation(kGLImplementationNone);
gl_implementation.h 22 kGLImplementationNone,
gl_implementation_android.cc 54 if (GetGLImplementation() != kGLImplementationNone)
130 SetGLImplementation(kGLImplementationNone);
gl_implementation_mac.cc 33 if (GetGLImplementation() != kGLImplementationNone)
141 SetGLImplementation(kGLImplementationNone);
gl_implementation_x11.cc 45 if (GetGLImplementation() != kGLImplementationNone)
180 SetGLImplementation(kGLImplementationNone);
gl_implementation_win.cc 113 if (GetGLImplementation() != kGLImplementationNone)
324 SetGLImplementation(kGLImplementationNone);
gl_bindings_skia_in_process.cc 562 case gfx::kGLImplementationNone:
  /external/chromium_org/ui/compositor/test/
default_context_factory.cc 25 gfx::GetGLImplementation() == gfx::kGLImplementationNone) {
  /external/chromium_org/chrome/test/perf/frame_rate/
frame_rate_tests.cc 128 gfx::GLImplementation gl_impl = gfx::kGLImplementationNone;
  /external/chromium_org/gpu/command_buffer/service/
mailbox_synchronizer.cc 24 DCHECK(gfx::GetGLImplementation() != gfx::kGLImplementationNone)
  /external/chromium_org/content/child/npapi/
plugin_host.cc 66 if (implementation == gfx::kGLImplementationNone) {
    [all...]

Completed in 256 milliseconds