Home
last modified time | relevance | path

Searched refs:IsVMWare (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestConfig.cpp371 inline bool IsVMWare() in IsVMWare() function
373 return angle::IsVMWare(GetActiveGPUVendorID()); in IsVMWare()
539 mConditions[kConditionVMWare] = !isSwiftShader && IsVMWare(); in GPUTestConfig()
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo.h128 bool IsVMWare(VendorID vendorId);
DSystemInfo.cpp153 bool IsVMWare(VendorID vendorId) in IsVMWare() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddriver_utils.h94 inline bool IsVMWare(uint32_t vendorId) in IsVMWare() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1880 bool isVMWare = IsVMWare(vendor); in InitializeFeatures()