Searched defs:aux_attributes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/
H A Dgpu_info.py11 def __init__(self, device_array, aux_attributes,
19 self._aux_attributes = aux_attributes
31 return cls(attrs['devices'], attrs.get('aux_attributes'),
41 def aux_attributes(self): member in class:GPUInfo
/external/chromium_org/content/browser/devtools/
H A Ddevtools_system_info_handler.cc120 base::DictionaryValue* aux_attributes = new base::DictionaryValue; local
121 AuxGPUInfoEnumerator enumerator(aux_attributes);
123 gpu_dict->Set(kAuxAttributes, aux_attributes);

Completed in 129 milliseconds