Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
Ddriver_utils.h49 inline bool IsAMD(uint32_t vendorId) in IsAMD()
54 inline bool IsApple(uint32_t vendorId) in IsApple()
59 inline bool IsARM(uint32_t vendorId) in IsARM()
64 inline bool IsBroadcom(uint32_t vendorId) in IsBroadcom()
69 inline bool IsIntel(uint32_t vendorId) in IsIntel()
74 inline bool IsGoogle(uint32_t vendorId) in IsGoogle()
79 inline bool IsNvidia(uint32_t vendorId) in IsNvidia()
84 inline bool IsPowerVR(uint32_t vendorId) in IsPowerVR()
89 inline bool IsQualcomm(uint32_t vendorId) in IsQualcomm()
94 inline bool IsVMWare(uint32_t vendorId) in IsVMWare()
[all …]
Ddriver_utils.cpp139 const char *GetVendorString(uint32_t vendorId) in GetVendorString()
/external/angle/src/gpu_info_util/
DSystemInfo.cpp105 bool IsAMD(VendorID vendorId) in IsAMD()
110 bool IsARM(VendorID vendorId) in IsARM()
115 bool IsBroadcom(VendorID vendorId) in IsBroadcom()
120 bool IsImgTec(VendorID vendorId) in IsImgTec()
125 bool IsKazan(VendorID vendorId) in IsKazan()
130 bool IsIntel(VendorID vendorId) in IsIntel()
135 bool IsNVIDIA(VendorID vendorId) in IsNVIDIA()
140 bool IsQualcomm(VendorID vendorId) in IsQualcomm()
145 bool IsGoogle(VendorID vendorId) in IsGoogle()
150 bool IsVeriSilicon(VendorID vendorId) in IsVeriSilicon()
[all …]
DSystemInfo.h38 VendorID vendorId = 0; member
/external/deqp/framework/common/
DtcuWaiverUtil.cpp37 SessionInfo::SessionInfo(deUint32 vendorId, in SessionInfo()
504 void WaiverUtil::setup(const std::string waiverFile, std::string packageName, deUint32 vendorId, de… in setup()
/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