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 8 class GPUInfo(object):
25 """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) {
21 gpu::GPUInfo::Enumerator* enumerator,
37 GPUInfo::GPUDevice::GPUDevice()
43 GPUInfo::GPUDevice::~GPUDevice() { }
45 GPUInfo::GPUInfo()
65 GPUInfo::~GPUInfo() { }
67 void GPUInfo::EnumerateFields(Enumerator* enumerator) const
    [all...]
gpu_info.h 38 struct GPU_EXPORT GPUInfo {
62 GPUInfo();
63 ~GPUInfo();
212 // Markers indicating that "auxiliary" attributes of the GPUInfo

Completed in 533 milliseconds