HomeSort by relevance Sort by last modified time
    Searched full:gpu_dict (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/
system_info.py 9 def __init__(self, model_name, gpu_dict):
10 if (model_name == None) or (gpu_dict == None):
11 raise Exception("Missing model_name or gpu_dict argument")
13 self._gpu = gpu_info.GPUInfo.FromDict(gpu_dict)
  /external/chromium_org/content/browser/devtools/
devtools_system_info_handler.cc 107 base::DictionaryValue* gpu_dict = new base::DictionaryValue; local
114 gpu_dict->Set(kDevices, devices);
119 gpu_dict->Set(kAuxAttributes, aux_attributes);
121 gpu_dict->Set(kFeatureStatus, GetFeatureStatus());
123 gpu_dict->Set(kDriverBugWorkarounds, GetDriverBugWorkarounds());
128 system_dict->Set(kGPU, gpu_dict);

Completed in 89 milliseconds