Home
last modified time | relevance | path

Searched refs:kUseWarp (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/gl/
Dgl_switches.cc60 const char kUseWarp[] = "use-warp"; variable
81 kUseWarp
Dgl_switches.h39 GL_EXPORT extern const char kUseWarp[];
Dgl_surface_win.cc307 CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseWarp)) in GetPlatformDefaultEGLNativeDisplay()
Dgl_surface_egl.cc261 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseWarp)) { in GetPlatformDisplay()
/external/chromium_org/content/browser/gpu/
Dgpu_data_manager_impl_private.cc415 CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseWarp); in ShouldUseWarp()
671 command_line->AppendSwitch(switches::kUseWarp); in AppendGpuCommandLine()