Home
last modified time | relevance | path

Searched refs:IsAppleGPU (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/tests/test_expectations/
DGPUTestConfig.cpp275 inline bool IsAppleGPU() in IsAppleGPU() function
277 return angle::IsAppleGPU(GetActiveGPUVendorID()); in IsAppleGPU()
488 mConditions[kConditionApple] = !isSwiftShader && IsAppleGPU(); in GPUTestConfig()
/external/angle/src/tests/gl_tests/
DWebGLCompressedTextureAvailabilityTest.cpp78 if (IsAppleGPU()) in TEST_P()
DCompressedTextureFormatsTest.cpp61 mSquarePvrtc1 = IsAppleGPU(); in testSetUp()
/external/angle/src/gpu_info_util/
DSystemInfo.h145 bool IsAppleGPU(VendorID vendorId);
DSystemInfo.cpp195 bool IsAppleGPU(VendorID vendorId) in IsAppleGPU() function
/external/angle/src/libANGLE/renderer/
Ddriver_utils.h58 inline bool IsAppleGPU(uint32_t vendorId) in IsAppleGPU() function
/external/angle/src/tests/test_utils/
Dangle_test_instantiate.cpp332 bool IsAppleGPU() in IsAppleGPU() function
Dangle_test_instantiate.h42 bool IsAppleGPU();
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2210 bool isApple = IsAppleGPU(vendor); in InitializeFeatures()
/external/angle/src/libANGLE/renderer/vulkan/
DRendererVk.cpp3892 const bool isApple = IsAppleGPU(mPhysicalDeviceProperties.vendorID); in initFeatures()