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

  /external/chromium_org/ui/gl/
gl_switches.cc 25 const char kDisableGpuVsync[] = "disable-gpu-vsync";
74 kDisableGpuVsync,
gl_switches.h 27 GL_EXPORT extern const char kDisableGpuVsync[];
  /external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_performancetest.cc 130 command_line->AppendSwitch(switches::kDisableGpuVsync);
  /external/chromium_org/content/common/gpu/
image_transport_surface.cc 172 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableGpuVsync))
  /external/chromium_org/ui/compositor/
compositor.cc 103 !command_line->HasSwitch(switches::kDisableGpuVsync);
  /external/chromium_org/chrome/browser/extensions/api/cast_streaming/
performance_test.cc 380 command_line->AppendSwitch(switches::kDisableGpuVsync);
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 175 !cmd->HasSwitch(switches::kDisableGpuVsync);
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc     [all...]

Completed in 1275 milliseconds