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 10 def __init__(self, model_name, gpu_dict):
11 if (model_name == None) or (gpu_dict == None):
12 raise Exception("Missing model_name or gpu_dict argument")
14 self._gpu = gpu_info.GPUInfo.FromDict(gpu_dict)
  /external/chromium_org/content/browser/devtools/
devtools_system_info_handler.cc 111 base::DictionaryValue* gpu_dict = new base::DictionaryValue; local
118 gpu_dict->Set(kDevices, devices);
123 gpu_dict->Set(kAuxAttributes, aux_attributes);
125 gpu_dict->Set(kFeatureStatus, GetFeatureStatus());
127 gpu_dict->Set(kDriverBugWorkarounds, GetDriverBugWorkarounds());
132 system_dict->Set(kGPU, gpu_dict);

Completed in 118 milliseconds