Searched refs:diffCount (Results 1 – 1 of 1) sorted by relevance
1181 const size_t diffCount = diffMask.count(); in setBlendEnabledIndexed() local1186 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() local1262 if (diffCount > 1) in setBlendFuncs()1284 if (tempDiffCount < diffCount) in setBlendFuncs()1288 diffCount = tempDiffCount; in setBlendFuncs()1343 size_t diffCount = diffMask.count(); in setBlendEquations() local1348 if (diffCount > 1) in setBlendEquations()[all …]