Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1181 const size_t diffCount = diffMask.count(); in setBlendEnabledIndexed() local
1186 if (diffCount > 1) in setBlendEnabledIndexed()
1195 if (enabledCount < diffCount && enabledCount <= disabledCount) in setBlendEnabledIndexed()
1200 else if (disabledCount < diffCount && disabledCount <= enabledCount) in setBlendEnabledIndexed()
1257 size_t diffCount = diffMask.count(); in setBlendFuncs() local
1262 if (diffCount > 1) in setBlendFuncs()
1284 if (tempDiffCount < diffCount) in setBlendFuncs()
1288 diffCount = tempDiffCount; in setBlendFuncs()
1343 size_t diffCount = diffMask.count(); in setBlendEquations() local
1348 if (diffCount > 1) in setBlendEquations()
[all …]