Lines Matching full:gpu
27 // Stop the GPU from synchronizing on the vsync before presenting.
28 const char kDisableGpuVsync[] = "disable-gpu-vsync";
30 // Turns on GPU logging (debug build only).
31 const char kEnableGPUServiceLogging[] = "enable-gpu-service-logging";
32 const char kEnableGPUClientLogging[] = "enable-gpu-client-logging";
35 const char kEnableGPUServiceTracing[] = "enable-gpu-service-tracing";
37 // Select which implementation of GL the GPU process should use. Options are:
47 // Inform Chrome that a GPU context will not be lost in power saving mode,
48 // screen saving mode, etc. Note that this flag does not ensure that a GPU
49 // context will never be lost in any situations, say, a GPU reset.
50 const char kGpuNoContextLost[] = "gpu-no-context-lost";
52 // Add a delay in milliseconds to the gpu swap buffer completion signal.
53 // Simulates a slow GPU.
54 const char kGpuSwapDelay[] = "gpu-swap-delay";
56 // Indicates whether the dual GPU switching is supported or not.
59 // Overwrite the default GPU automatic switching behavior to force on
60 // integrated GPU or discrete GPU.
61 const char kGpuSwitching[] = "gpu-switching";
71 // GpuProcessHost to the GPU Process. Add your switch to this list if you need
72 // to read it in the GPU process, else don't add it.