HomeSort by relevance Sort by last modified time
    Searched defs:GPUInfo (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/
gpu_info.py 7 class GPUInfo(object):
24 """Constructs a GPUInfo from a dictionary of attributes.
  /external/chromium_org/gpu/config/
gpu_info.cc 9 void EnumerateGPUDevice(gpu::GPUInfo::Enumerator* enumerator,
10 const gpu::GPUInfo::GPUDevice& device) {
24 GPUInfo::GPUDevice::GPUDevice()
30 GPUInfo::GPUDevice::~GPUDevice() { }
32 GPUInfo::GPUInfo()
45 GPUInfo::~GPUInfo() { }
47 void GPUInfo::EnumerateFields(Enumerator* enumerator) const {
85 // GPUInfo which fits within the current padding then it will not be caught
    [all...]
gpu_info.h 24 struct GPU_EXPORT GPUInfo {
48 GPUInfo();
49 ~GPUInfo();
55 // Whether more GPUInfo fields might be collected in the future.
184 // Markers indicating that "auxiliary" attributes of the GPUInfo

Completed in 113 milliseconds