/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_manager_android.cc | 20 const char* vendor = reinterpret_cast<const char*>(glGetString(GL_VENDOR)); local 21 if (vendor) 22 return std::string(vendor).find("Broadcom") != std::string::npos; 27 const char* vendor = reinterpret_cast<const char*>(glGetString(GL_VENDOR)); local 28 if (vendor) 29 return std::string(vendor).find("Imagination") != std::string::npos;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
api_misc.c | 65 static const VGubyte *vendor = (VGubyte *)"Tungsten Graphics, Inc"; local 74 return vendor;
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_strings.c | 52 const char *vendor = screen->get_vendor( screen ); local 53 util_snprintf(st->vendor, sizeof(st->vendor), "%s", vendor); 54 return (GLubyte *) st->vendor;
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
api_misc.c | 65 static const VGubyte *vendor = (VGubyte *)"Tungsten Graphics, Inc"; local 74 return vendor;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_strings.c | 52 const char *vendor = screen->get_vendor( screen ); local 53 util_snprintf(st->vendor, sizeof(st->vendor), "%s", vendor); 54 return (GLubyte *) st->vendor;
|
/external/chromium_org/chrome/common/extensions/permissions/ |
usb_device_permission.cc | 41 const char* vendor = device::UsbIds::GetVendorName(i->vendor_id()); local 43 if (vendor) { 52 ASCIIToUTF16(vendor)))); 58 ASCIIToUTF16(vendor))));
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
atomicops-internals-x86.cc | 81 // Get vendor string (issue CPUID with eax = 0) 83 char vendor[13]; local 84 memcpy(vendor, &ebx, 4); 85 memcpy(vendor + 4, &edx, 4); 86 memcpy(vendor + 8, &ecx, 4); 87 vendor[12] = 0; 104 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
atomicops-internals-x86.cc | 81 // Get vendor string (issue CPUID with eax = 0) 83 char vendor[13]; local 84 memcpy(vendor, &ebx, 4); 85 memcpy(vendor + 4, &edx, 4); 86 memcpy(vendor + 8, &ecx, 4); 87 vendor[12] = 0; 104 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
|
/bionic/libc/kernel/common/linux/ |
hidraw.h | 31 __s16 vendor; member in struct:hidraw_devinfo
|
/external/chromium/base/ |
atomicops_internals_x86_gcc.cc | 53 // Get vendor string (issue CPUID with eax = 0) 55 char vendor[13]; local 56 memcpy(vendor, &ebx, 4); 57 memcpy(vendor + 4, &edx, 4); 58 memcpy(vendor + 8, &ecx, 4); 59 vendor[12] = 0; 76 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
|
/external/chromium_org/base/ |
atomicops_internals_x86_gcc.cc | 53 // Get vendor string (issue CPUID with eax = 0) 55 char vendor[13]; local 56 memcpy(vendor, &ebx, 4); 57 memcpy(vendor + 4, &edx, 4); 58 memcpy(vendor + 8, &ecx, 4); 59 vendor[12] = 0; 76 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
|
/external/chromium_org/device/usb/ |
usb_ids.cc | 39 const UsbVendor* vendor = FindVendor(vendor_id); local 40 if (!vendor) 42 return vendor->name; 46 const UsbVendor* vendor = FindVendor(vendor_id); local 47 if (!vendor) 51 void* result = bsearch(&key, vendor->products, vendor->product_size, 52 sizeof(vendor->products[0]), &CompareProducts);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
getstring.c | 104 static const char *vendor = "Brian Paul"; local 123 return (const GLubyte *) vendor;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.cc | 84 // Get vendor string (issue CPUID with eax = 0) 86 char vendor[13]; local 87 memcpy(vendor, &ebx, 4); 88 memcpy(vendor + 4, &edx, 4); 89 memcpy(vendor + 8, &ecx, 4); 90 vendor[12] = 0; 107 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
|
/external/chromium_org/ui/gl/ |
gl_implementation.h | 31 std::string vendor; member in struct:gfx::GLWindowSystemBindingInfo
|
gl_egl_api_implementation.cc | 70 const char* vendor = eglQueryString(display, EGL_VENDOR); local 74 if (vendor) 75 info->vendor = vendor;
|
gl_glx_api_implementation.cc | 71 const char* vendor = local 78 if (vendor) 79 info->vendor = vendor;
|
/external/chromium_org/v8/src/ |
atomicops_internals_x86_gcc.cc | 85 // Get vendor string (issue CPUID with eax = 0) 87 char vendor[13]; local 88 v8::internal::OS::MemCopy(vendor, &ebx, 4); 89 v8::internal::OS::MemCopy(vendor + 4, &edx, 4); 90 v8::internal::OS::MemCopy(vendor + 8, &ecx, 4); 91 vendor[12] = 0; 108 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
|
/external/mesa3d/src/mesa/main/ |
getstring.c | 104 static const char *vendor = "Brian Paul"; local 123 return (const GLubyte *) vendor;
|
/external/oprofile/module/x86/ |
cpu_type.c | 147 __u8 vendor = current_cpu_data.x86_vendor; local 155 switch (vendor) {
|
/external/v8/src/ |
atomicops_internals_x86_gcc.cc | 84 // Get vendor string (issue CPUID with eax = 0) 86 char vendor[13]; local 87 memcpy(vendor, &ebx, 4); 88 memcpy(vendor + 4, &edx, 4); 89 memcpy(vendor + 8, &ecx, 4); 90 vendor[12] = 0; 107 if (strcmp(vendor, "AuthenticAMD") == 0 && // AMD
|