/external/chromium_org/tools/telemetry/telemetry/core/ |
gpu_device.py | 9 PCI IDs. On other platforms, the vendor_string and device_string 19 def __init__(self, vendor_id, device_id, vendor_string, device_string): 22 self._vendor_string = vendor_string 27 vendor_string = self._vendor_string 28 if not vendor_string and self._vendor_id in self._VENDOR_ID_MAP: 29 vendor_string = self._VENDOR_ID_MAP[self._vendor_id] 30 if vendor_string: 31 vendor += ' (%s)' % vendor_string 44 vendor_string 50 attrs['vendor_string'], attrs['device_string'] 69 def vendor_string(self): member in class:GPUDevice [all...] |
/external/libvpx/libvpx/vpx_ports/ |
x86_cpuid.c | 15 char vendor_string[12]; member in struct:cpuid_vendors 44 if (strncmp((const char *)vs, cpuid_vendor_list[i].vendor_string, 12) == 0)
|
/external/chromium_org/gpu/config/ |
gpu_info.h | 40 std::string vendor_string; member in struct:gpu::GPUInfo::GPUDevice
|
gpu_info_collector_win.cc | 538 std::wstring vendor_string = id.substr(8, 4); local 540 base::HexStringToInt(WideToASCII(vendor_string), &vendor);
|
/external/flac/include/FLAC/ |
format.h | 632 FLAC__StreamMetadata_VorbisComment_Entry vendor_string; member in struct:__anon18299 [all...] |