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

  /external/chromium_org/content/browser/android/
content_startup_flags.cc 73 parsed_command_line->AppendSwitch(switches::kInProcessGPU);
  /external/chromium_org/content/gpu/
gpu_child_thread.cc 72 CommandLine::ForCurrentProcess()->HasSwitch(switches::kInProcessGPU));
gpu_main.cc 248 if (command_line.HasSwitch(switches::kInProcessGPU)) {
  /external/chromium_org/content/public/common/
content_switches.cc 605 const char kInProcessGPU[] = "in-process-gpu";
    [all...]
content_switches.h 174 extern const char kInProcessGPU[];
  /external/chromium_org/content/browser/
browser_main_loop.cc 345 parsed_command_line_.HasSwitch(switches::kInProcessGPU)) {
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_process_host.cc 222 CommandLine::ForCurrentProcess()->HasSwitch(switches::kInProcessGPU) ||
330 CommandLine::ForCurrentProcess()->HasSwitch(switches::kInProcessGPU)) {
    [all...]
  /external/chromium_org/content/app/
content_main_runner.cc 365 if (command_line.HasSwitch(switches::kInProcessGPU)) {

Completed in 155 milliseconds