Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1283 const size_t tempDiffCount = tempDiffMask.count(); in setBlendFuncs() local
1284 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() local
1364 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() local
2287 if (tempDiffCount < diffCount) in setColorMaskForFramebuffer()
[all …]