Home
last modified time | relevance | path

Searched defs:vendorId (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/
Ddriver_utils.h42 inline bool IsAMD(uint32_t vendorId) in IsAMD()
47 inline bool IsARM(uint32_t vendorId) in IsARM()
52 inline bool IsBroadcom(uint32_t vendorId) in IsBroadcom()
57 inline bool IsIntel(uint32_t vendorId) in IsIntel()
62 inline bool IsGoogle(uint32_t vendorId) in IsGoogle()
67 inline bool IsNvidia(uint32_t vendorId) in IsNvidia()
72 inline bool IsQualcomm(uint32_t vendorId) in IsQualcomm()
77 inline bool IsNexus5X(uint32_t vendorId, uint32_t deviceId) in IsNexus5X()
82 inline bool IsPixel1XL(uint32_t vendorId, uint32_t deviceId) in IsPixel1XL()
87 inline bool IsPixel2(uint32_t vendorId, uint32_t deviceId) in IsPixel2()
[all …]
Ddriver_utils.cpp135 const char *GetVendorString(uint32_t vendorId) in GetVendorString()
/external/angle/src/gpu_info_util/
DSystemInfo.cpp103 bool IsAMD(VendorID vendorId) in IsAMD()
108 bool IsARM(VendorID vendorId) in IsARM()
113 bool IsBroadcom(VendorID vendorId) in IsBroadcom()
118 bool IsImgTec(VendorID vendorId) in IsImgTec()
123 bool IsKazan(VendorID vendorId) in IsKazan()
128 bool IsIntel(VendorID vendorId) in IsIntel()
133 bool IsNVIDIA(VendorID vendorId) in IsNVIDIA()
138 bool IsQualcomm(VendorID vendorId) in IsQualcomm()
143 bool IsGoogle(VendorID vendorId) in IsGoogle()
148 bool IsVeriSilicon(VendorID vendorId) in IsVeriSilicon()
[all …]
DSystemInfo.h37 VendorID vendorId = 0; member
/external/rmi4utils/rmidevice/
Dhiddevice.cpp688 bool HIDDevice::LookupHidDeviceName(int bus, int vendorId, int productId, std::string & deviceName) in LookupHidDeviceName()
/external/tcpdump/
Dprint-sctp.c183 uint32_t vendorId; /* vendor ID from RFC 1700 */ member