/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | driver_utils.h | 49 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 …]
|
D | driver_utils.cpp | 139 const char *GetVendorString(uint32_t vendorId) in GetVendorString()
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
D | SystemInfo.cpp | 103 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 …]
|
D | SystemInfo.h | 38 VendorID vendorId = 0; member
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | GPUInfo.cpp | 54 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/ |
D | SystemInfo.cpp | 97 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 …]
|
D | SystemInfo.h | 37 VendorID vendorId = 0; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | driver_utils.h | 38 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()
|
D | driver_utils.cpp | 124 const char *GetVendorString(uint32_t vendorId) in GetVendorString()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | BackendGL.cpp | 29 uint32_t vendorId; member 40 uint32_t vendorId = 0; in GetVendorIdFromVendors() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | BackendGL.cpp | 31 uint32_t vendorId; member 42 uint32_t vendorId = 0; in GetVendorIdFromVendors() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
D | vktApplicationParametersTests.cpp | 64 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/ |
D | vktApplicationParametersTests.cpp | 64 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/ |
D | DawnNative.h | 28 uint32_t vendorId = 0; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | AdapterVk.cpp | 275 uint32_t vendorId = mDeviceInfo.properties.vendorID; in InitializeSupportedLimitsImpl() local
|
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/systemchannels/ |
D | KeyEventChannel.java | 79 public final int vendorId; field in KeyEventChannel.FlutterKeyEvent
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuWaiverUtil.cpp | 37 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/ |
D | DawnNative.h | 38 uint32_t vendorId = 0; member
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_usb.js | 27 vendorId: '[PC Preview] unknow vendorId', property
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.cpp | 185 std::ostringstream vendorId; in SetUp() local
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.cpp | 615 std::ostringstream vendorId; in PrintTestConfigurationAndAdapterInfo() local
|