Home
last modified time | relevance | path

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

/external/chromium_org/gpu/config/
Dgpu_info.h38 struct GPU_EXPORT GPUInfo { struct
62 GPUInfo(); argument
65 bool SupportsAccelerated2dCanvas() const { in SupportsAccelerated2dCanvas()
71 base::TimeDelta initialization_time;
74 bool optimus;
77 bool amd_switchable;
80 bool lenovo_dcute;
84 Version display_link_version;
87 GPUDevice gpu;
90 std::vector<GPUDevice> secondary_gpus;
[all …]
Dgpu_info.cc45 GPUInfo::GPUInfo() in GPUInfo() function in gpu::GPUInfo
/external/chromium_org/tools/telemetry/telemetry/core/
Dgpu_info.py8 class GPUInfo(object): class