Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2073 bool isDualGPUMacWithNVIDIA = false; in InitializeFeatures() local
2081 isDualGPUMacWithNVIDIA = systemInfo.isMacSwitchable && systemInfo.hasNVIDIAGPU(); in InitializeFeatures()
2084 ANGLE_FEATURE_CONDITION(features, disableGPUSwitchingSupport, isDualGPUMacWithNVIDIA); in InitializeFeatures()