OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInProcessGPU
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/browser/android/
content_startup_flags.cc
75
parsed_command_line->AppendSwitch(switches::
kInProcessGPU
);
/external/chromium_org/content/browser/
profiler_controller_impl.cc
84
CommandLine::ForCurrentProcess()->HasSwitch(switches::
kInProcessGPU
)) {
browser_main_loop.cc
357
parsed_command_line_.HasSwitch(switches::
kInProcessGPU
)) {
[
all
...]
/external/chromium_org/content/gpu/
gpu_child_thread.cc
67
CommandLine::ForCurrentProcess()->HasSwitch(switches::
kInProcessGPU
));
/external/chromium_org/content/public/common/
content_switches.cc
676
const char
kInProcessGPU
[] = "in-process-gpu";
[
all
...]
content_switches.h
201
extern const char
kInProcessGPU
[];
/external/chromium_org/content/browser/gpu/
gpu_process_host.cc
287
CommandLine::ForCurrentProcess()->HasSwitch(switches::
kInProcessGPU
) ||
395
CommandLine::ForCurrentProcess()->HasSwitch(switches::
kInProcessGPU
)) {
[
all
...]
gpu_data_manager_impl_private.cc
[
all
...]
/external/chromium_org/content/app/
content_main_runner.cc
425
if (command_line.HasSwitch(switches::
kInProcessGPU
)) {
Completed in 270 milliseconds