Home | History | Annotate | Download | only in config

Lines Matching full:gpu

8 // Provides access to the GPU information for the system
18 #include "gpu/config/dx_diag_node.h"
19 #include "gpu/config/gpu_performance_stats.h"
20 #include "gpu/gpu_export.h"
22 namespace gpu {
36 // The strings that describe the GPU.
71 // Primary GPU, for exmaple, the discrete GPU in a dual GPU machine.
72 GPUDevice gpu;
74 // Secondary GPUs, for example, the integrated GPU in a dual GPU machine.
77 // On Windows, the unique identifier of the adapter the GPU process uses.
93 // The version of the pixel/fragment shader used by the gpu.
96 // The version of the vertex shader used by the gpu.
128 // GL reset notification strategy as defined by GL_ARB_robustness. 0 if GPU
141 // Whether the gpu process is running in a sandbox.
185 } // namespace gpu