Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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()
/third_party/skia/third_party/externals/angle2/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.h38 VendorID vendorId = 0; member
/third_party/skia/third_party/externals/dawn/src/common/
DGPUInfo.cpp54 bool IsAMD(PCIVendorID vendorId) { in IsAMD()
57 bool IsARM(PCIVendorID vendorId) { in IsARM()
60 bool IsImgTec(PCIVendorID vendorId) { in IsImgTec()
63 bool IsIntel(PCIVendorID vendorId) { in IsIntel()
66 bool IsNvidia(PCIVendorID vendorId) { in IsNvidia()
69 bool IsQualcomm(PCIVendorID vendorId) { in IsQualcomm()
72 bool IsSwiftshader(PCIVendorID vendorId, PCIDeviceID deviceId) { in IsSwiftshader()
75 bool IsWARP(PCIVendorID vendorId, PCIDeviceID deviceId) { in IsWARP()
79 int CompareD3DDriverVersion(PCIVendorID vendorId, in CompareD3DDriverVersion()
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo.cpp97 bool IsAMD(VendorID vendorId) in IsAMD()
102 bool IsARM(VendorID vendorId) in IsARM()
107 bool IsImgTec(VendorID vendorId) in IsImgTec()
112 bool IsKazan(VendorID vendorId) in IsKazan()
117 bool IsIntel(VendorID vendorId) in IsIntel()
122 bool IsNVIDIA(VendorID vendorId) in IsNVIDIA()
127 bool IsQualcomm(VendorID vendorId) in IsQualcomm()
132 bool IsVeriSilicon(VendorID vendorId) in IsVeriSilicon()
137 bool IsVMWare(VendorID vendorId) in IsVMWare()
142 bool IsVivante(VendorID vendorId) in IsVivante()
[all …]
DSystemInfo.h37 VendorID vendorId = 0; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddriver_utils.h38 inline bool IsAMD(uint32_t vendorId) in IsAMD()
43 inline bool IsARM(uint32_t vendorId) in IsARM()
48 inline bool IsIntel(uint32_t vendorId) in IsIntel()
53 inline bool IsNvidia(uint32_t vendorId) in IsNvidia()
58 inline bool IsQualcomm(uint32_t vendorId) in IsQualcomm()
63 inline bool IsNexus5X(uint32_t vendorId, uint32_t deviceId) in IsNexus5X()
68 inline bool IsPixel1XL(uint32_t vendorId, uint32_t deviceId) in IsPixel1XL()
73 inline bool IsPixel2(uint32_t vendorId, uint32_t deviceId) in IsPixel2()
Ddriver_utils.cpp124 const char *GetVendorString(uint32_t vendorId) in GetVendorString()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp29 uint32_t vendorId; member
40 uint32_t vendorId = 0; in GetVendorIdFromVendors() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBackendGL.cpp31 uint32_t vendorId; member
42 uint32_t vendorId = 0; in GetVendorIdFromVendors() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
DvktApplicationParametersTests.cpp64 uint32_t vendorId; member
71 void readIDsFromDevice (Context& context, uint32_t& vendorId, uint32_t& deviceId) in readIDsFromDevice()
123 uint32_t vendorId; in getTestDataList() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
DvktApplicationParametersTests.cpp64 uint32_t vendorId; member
71 void readIDsFromDevice (Context& context, uint32_t& vendorId, uint32_t& deviceId) in readIDsFromDevice()
123 uint32_t vendorId; in getTestDataList() local
/third_party/flutter/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h28 uint32_t vendorId = 0; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DAdapterVk.cpp275 uint32_t vendorId = mDeviceInfo.properties.vendorID; in InitializeSupportedLimitsImpl() local
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/
DKeyEventChannel.java79 public final int vendorId; field in KeyEventChannel.FlutterKeyEvent
/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h38 uint32_t vendorId = 0; member
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_usb.js27 vendorId: '[PC Preview] unknow vendorId', property
/third_party/flutter/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp185 std::ostringstream vendorId; in SetUp() local
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp615 std::ostringstream vendorId; in PrintTestConfigurationAndAdapterInfo() local