Home
last modified time | relevance | path

Searched defs:GPUInfo (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/gpu/config/
Dgpu_info.h24 struct GPU_EXPORT GPUInfo { struct
44 GPUInfo(); argument
51 // Whether more GPUInfo fields might be collected in the future. argument
52 bool finalized;
56 base::TimeDelta initialization_time;
59 bool optimus;
62 bool amd_switchable;
65 bool lenovo_dcute;
69 Version display_link_version;
72 GPUDevice gpu;
[all …]
Dgpu_info.cc30 GPUInfo::GPUInfo() in GPUInfo() function in gpu::GPUInfo
/external/chromium_org/tools/telemetry/telemetry/core/
Dgpu_info.py7 class GPUInfo(object): class
/external/chromium_org/content/browser/devtools/
Ddevtools_protocol_constants.cc238 namespace GPUInfo { namespace