Home
last modified time | relevance | path

Searched refs:kDisableGpuVsync (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_switches.cc25 const char kDisableGpuVsync[] = "disable-gpu-vsync"; variable
71 kDisableGpuVsync,
Dgl_switches.h27 GL_EXPORT extern const char kDisableGpuVsync[];
/external/chromium_org/chrome/browser/extensions/api/tab_capture/
Dtab_capture_performancetest.cc132 command_line->AppendSwitch(switches::kDisableGpuVsync); in SetUpCommandLine()
/external/chromium_org/content/common/gpu/
Dimage_transport_surface.cc172 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableGpuVsync)) in SetSwapInterval()
/external/chromium_org/content/browser/renderer_host/
Dcompositing_iosurface_context_mac.mm35 CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableGpuVsync);
Drender_process_host_impl.cc1107 switches::kDisableGpuVsync, in PropagateBrowserCommandLineToRenderer()
Drender_widget_host_view_mac.mm745 CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableGpuVsync);
/external/chromium_org/ui/compositor/
Dcompositor.cc102 !command_line->HasSwitch(switches::kDisableGpuVsync); in Compositor()
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.cc101 !cmd->HasSwitch(switches::kDisableGpuVsync); in Create()
/external/chromium_org/chrome/browser/extensions/api/cast_streaming/
Dperformance_test.cc380 command_line->AppendSwitch(switches::kDisableGpuVsync); in SetUpCommandLine()