Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/include/platform/
DFeaturesGL.h344 Feature unfoldShortCircuits = { member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DShaderGL.cpp348 if (features.unfoldShortCircuits.enabled) in compile()
Drenderergl_utils.cpp2029 ANGLE_FEATURE_CONDITION(features, unfoldShortCircuits, IsApple()); in InitializeFeatures()