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

/external/chromium_org/tools/telemetry/telemetry/core/
H A Dgpu_info.py8 class GPUInfo(object): class in inherits:object
25 """Constructs a GPUInfo from a dictionary of attributes.
/external/chromium_org/gpu/config/
H A Dgpu_info.cc9 void EnumerateGPUDevice(gpu::GPUInfo::Enumerator* enumerator,
10 const gpu::GPUInfo::GPUDevice& device) {
21 gpu::GPUInfo::Enumerator* enumerator,
37 GPUInfo::GPUDevice::GPUDevice()
43 GPUInfo::GPUDevice::~GPUDevice() { }
45 GPUInfo::GPUInfo() function in class:gpu::GPUInfo
65 GPUInfo::~GPUInfo() { }
67 void GPUInfo
[all...]
H A Dgpu_info.h38 struct GPU_EXPORT GPUInfo { struct in namespace:gpu
62 GPUInfo();
63 ~GPUInfo();
212 // Markers indicating that "auxiliary" attributes of the GPUInfo

Completed in 1255 milliseconds