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

  /external/chromium_org/ui/gl/
gl_implementation_ozone.cc 40 DCHECK_EQ(kGLImplementationNone, GetGLImplementation());
107 SetGLImplementation(kGLImplementationNone);
gl_surface_android.cc 35 CHECK_NE(kGLImplementationNone, GetGLImplementation());
58 CHECK_NE(kGLImplementationNone, GetGLImplementation());
gl_implementation.cc 35 GLImplementation g_gl_implementation = kGLImplementationNone;
80 return kGLImplementationNone;
127 DCHECK(g_gl_implementation != kGLImplementationNone);
gl_implementation_android.cc 43 DCHECK_EQ(kGLImplementationNone, GetGLImplementation());
136 SetGLImplementation(kGLImplementationNone);
gl_implementation_mac.cc 34 DCHECK_EQ(kGLImplementationNone, GetGLImplementation());
146 SetGLImplementation(kGLImplementationNone);
gl_implementation_x11.cc 55 DCHECK_EQ(kGLImplementationNone, GetGLImplementation());
192 SetGLImplementation(kGLImplementationNone);
gl_implementation.h 22 kGLImplementationNone,
gl_implementation_win.cc 112 DCHECK_EQ(kGLImplementationNone, GetGLImplementation());
361 SetGLImplementation(kGLImplementationNone);
gl_surface.cc 32 DCHECK_EQ(kGLImplementationNone, GetGLImplementation());
101 DCHECK_EQ(kGLImplementationNone, GetGLImplementation());
gl_bindings_skia_in_process.cc 579 case gfx::kGLImplementationNone:
  /external/chromium_org/ui/compositor/test/
in_process_context_factory.cc 23 DCHECK_NE(gfx::GetGLImplementation(), gfx::kGLImplementationNone)
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 39 DCHECK_NE(gfx::GetGLImplementation(), gfx::kGLImplementationNone);
  /external/chromium_org/gpu/config/
gpu_info_collector.cc 85 DCHECK_NE(gfx::GetGLImplementation(), gfx::kGLImplementationNone);
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 35 DCHECK_NE(gfx::GetGLImplementation(), gfx::kGLImplementationNone);
  /external/chromium_org/gpu/command_buffer/service/
mailbox_synchronizer.cc 29 DCHECK(gfx::GetGLImplementation() != gfx::kGLImplementationNone)
  /external/chromium_org/content/gpu/
gpu_main.cc 258 ? gfx::GetGLImplementation() != gfx::kGLImplementationNone
  /external/chromium_org/content/child/npapi/
plugin_host.cc 69 static gfx::GLImplementation implementation = gfx::kGLImplementationNone;
70 if (implementation == gfx::kGLImplementationNone) {
    [all...]
  /external/chromium_org/ui/chromeos/
touch_exploration_controller_unittest.cc 208 if (gfx::GetGLImplementation() == gfx::kGLImplementationNone)
    [all...]

Completed in 138 milliseconds