Searched refs:tempDiffCount (Results 1 – 1 of 1) sorted by relevance
1283 const size_t tempDiffCount = tempDiffMask.count(); in setBlendFuncs() local1284 if (tempDiffCount < diffCount) in setBlendFuncs()1288 diffCount = tempDiffCount; in setBlendFuncs()1293 if (tempDiffCount == 0) in setBlendFuncs()1363 const size_t tempDiffCount = tempDiffMask.count(); in setBlendEquations() local1364 if (tempDiffCount < diffCount) in setBlendEquations()1368 diffCount = tempDiffCount; in setBlendEquations()1371 if (tempDiffCount == 0) in setBlendEquations()2286 const size_t tempDiffCount = tempDiffMask.count(); in setColorMaskForFramebuffer() local2287 if (tempDiffCount < diffCount) in setColorMaskForFramebuffer()[all …]