Searched refs:tempDiffCount (Results 1 – 1 of 1) sorted by relevance
1188 const size_t tempDiffCount = tempDiffMask.count(); in setBlendFuncs() local1189 if (tempDiffCount < diffCount) in setBlendFuncs()1193 diffCount = tempDiffCount; in setBlendFuncs()1198 if (tempDiffCount == 0) in setBlendFuncs()1268 const size_t tempDiffCount = tempDiffMask.count(); in setBlendEquations() local1269 if (tempDiffCount < diffCount) in setBlendEquations()1273 diffCount = tempDiffCount; in setBlendEquations()1276 if (tempDiffCount == 0) in setBlendEquations()2155 const size_t tempDiffCount = tempDiffMask.count(); in setColorMaskForFramebuffer() local2156 if (tempDiffCount < diffCount) in setColorMaskForFramebuffer()[all …]