Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo.h68 bool isMacSwitchable = false; member
DSystemInfo_mac.mm142 info->isMacSwitchable = true;
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo.h71 bool isMacSwitchable = false; member
DSystemInfo_macos.mm359 info->isMacSwitchable = true;
/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_system_info_tests_main.cpp109 doc.AddMember("isMacSwitchable", info.isMacSwitchable, allocator); in main()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm73 mSupportsGPUSwitching = info.isMacSwitchable;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.mm173 mSupportsGPUSwitching = info.isMacSwitchable && !info.hasNVIDIAGPU();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp2101 isDualGPUMacWithNVIDIA = systemInfo.isMacSwitchable && systemInfo.hasNVIDIAGPU(); in InitializeFeatures()