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

  /external/chromium_org/ui/gl/
gl_switches.cc 40 const char kUseGL[] = "use-gl";
gl_switches.h 43 GL_EXPORT extern const char kUseGL[];
gpu_switching_manager.cc 86 if (flag && command_line.HasSwitch(switches::kUseGL) &&
87 command_line.GetSwitchValueASCII(switches::kUseGL) !=
gl_surface.cc 40 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseGL)) {
42 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(switches::kUseGL);
gl_implementation_win.cc 132 command_line->GetSwitchValueASCII(switches::kUseGL) == "swiftshader";
  /external/chromium_org/content/public/test/
browser_test_base.cc 144 if (command_line->HasSwitch(switches::kUseGL)) {
146 "kUseGL should not be used with tests. Try kUseGpuInTests instead.";
151 switches::kUseGL, gfx::kGLImplementationOSMesaName);
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 130 switches::kUseGL, gfx::kGLImplementationOSMesaName);
  /external/chromium_org/content/gpu/
gpu_main.cc 142 if (command_line.HasSwitch(switches::kUseGL) &&
143 command_line.GetSwitchValueASCII(switches::kUseGL) ==
  /external/chromium_org/gpu/config/
gpu_info_collector_win.cc 457 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kUseGL)) {
459 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(switches::kUseGL);
  /external/chromium/chrome/browser/
gpu_data_manager.cc 216 switches::kUseGL) == gfx::kGLImplementationOSMesaName)
browser_main.cc     [all...]
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private.cc 685 CommandLine::ForCurrentProcess()->GetSwitchValueASCII(switches::kUseGL);
700 command_line->AppendSwitchASCII(switches::kUseGL, "swiftshader");
710 switches::kUseGL, gfx::kGLImplementationOSMesaName);
712 command_line->AppendSwitchASCII(switches::kUseGL, use_gl);
    [all...]
gpu_process_host.cc 187 if (cmd_line_->GetSwitchValueASCII(switches::kUseGL) ==
195 if (cmd_line_->GetSwitchValueASCII(switches::kUseGL) ==
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.cc 134 ::switches::kUseGL,
  /external/chromium_org/content/browser/
plugin_process_host.cc 200 switches::kUseGL,
  /external/chromium/chrome/browser/chromeos/login/
login_utils.cc 421 switches::kUseGL,
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc     [all...]

Completed in 754 milliseconds