HomeSort by relevance Sort by last modified time
    Searched refs:vendor_string (Results 1 - 21 of 21) sorted by null

  /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...]
gpu_device_unittest.py 13 self.assertEquals(device.vendor_string, 'test_vendor')
19 'vendor_string': 'test_vendor_2',
24 self.assertEquals(device.vendor_string, 'test_vendor_2')
31 'vendor_string': 'a',
gpu_info_unittest.py 14 'vendor_string': 'a', 'device_string': 'b' },
16 'vendor_string': 'k', 'device_string': 'l' }
36 self.assertEquals(info.devices[0].vendor_string, 'a')
41 self.assertEquals(info.devices[1].vendor_string, 'k')
57 'vendor_string': 'a', 'device_string': 'b' }]
system_info_unittest.py 17 'vendor_string': 'a', 'device_string': 'b' },
29 self.assertEquals(info.gpu.devices[0].vendor_string, 'a')
38 'vendor_string': 'a', 'device_string': 'b' },
54 'vendor_string': 'a', 'device_string': 'b' }]
  /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/tools/telemetry/telemetry/page/
test_expectations_unittest.py 30 def __init__(self, platform, gpu, device, vendor_string, device_string):
37 'vendor_string': vendor_string, 'device_string': device_string },
68 device=0, vendor_string='', device_string=''):
70 device, vendor_string, device_string), page)
163 vendor_string=VENDOR_STRING_IMAGINATION,
166 vendor_string=VENDOR_STRING_IMAGINATION,
169 vendor_string='Acme',
177 vendor_string=VENDOR_STRING_IMAGINATION,
180 vendor_string=VENDOR_STRING_IMAGINATION
    [all...]
test_expectations.py 88 vendor_string = primary_gpu.vendor_string.lower()
90 if vendor_string:
91 return vendor_string.split(' ')[0]
  /external/chromium_org/gpu/config/
gpu_info.h 40 std::string vendor_string; member in struct:gpu::GPUInfo::GPUDevice
gpu_info.cc 14 enumerator->AddString("vendorString", device.vendor_string);
gpu_info_collector_android.cc 117 gpu_info->gpu.vendor_string = gpu_info->gl_vendor;
gpu_info_collector_win.cc 538 std::wstring vendor_string = id.substr(8, 4); local
540 base::HexStringToInt(WideToASCII(vendor_string), &vendor);
  /external/chromium_org/content/browser/devtools/
devtools_system_info_handler.cc 85 result->SetString(kVendorString, device.vendor_string);
  /external/flac/libFLAC/
metadata_object.c 197 object->length += object->data.vorbis_comment.vendor_string.length;
467 object->data.vorbis_comment.vendor_string.length = (unsigned)strlen(FLAC__VENDOR_STRING);
468 if(!copy_bytes_(&object->data.vorbis_comment.vendor_string.entry, (const FLAC__byte*)FLAC__VENDOR_STRING, object->data.vorbis_comment.vendor_string.length+1)) {
563 if(0 != to->data.vorbis_comment.vendor_string.entry) {
564 free(to->data.vorbis_comment.vendor_string.entry);
565 to->data.vorbis_comment.vendor_string.entry = 0;
567 if(!copy_vcentry_(&to->data.vorbis_comment.vendor_string, &object->data.vorbis_comment.vendor_string)) {
652 if(0 != object->data.vorbis_comment.vendor_string.entry)
    [all...]
stream_encoder_framing.c 66 FLAC__ASSERT(metadata->data.vorbis_comment.vendor_string.length == 0 || 0 != metadata->data.vorbis_comment.vendor_string.entry);
67 i -= metadata->data.vorbis_comment.vendor_string.length;
stream_decoder.c     [all...]
metadata_iterators.c     [all...]
stream_encoder.c     [all...]
  /external/chromium_org/content/browser/gpu/
gpu_internals_ui.cc 85 if (!gpu.vendor_string.empty())
86 vendor += " [" + gpu.vendor_string + "]";
  /external/flac/include/FLAC/
format.h 632 FLAC__StreamMetadata_VorbisComment_Entry vendor_string; member in struct:__anon21015
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_messages.h 133 IPC_STRUCT_TRAITS_MEMBER(vendor_string)
    [all...]
  /external/libvorbis/doc/
05-comment.tex 50 2) [vendor_string] = read a UTF-8 vector as [vendor_length] octets

Completed in 199 milliseconds