Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1280 const gl::DrawBufferMask tempDiffMask = blendStateExt.compareFactors( in setBlendFuncs() local
1283 const size_t tempDiffCount = tempDiffMask.count(); in setBlendFuncs()
1287 diffMask = tempDiffMask; in setBlendFuncs()
1360 const gl::DrawBufferMask tempDiffMask = blendStateExt.compareEquations( in setBlendEquations() local
1363 const size_t tempDiffCount = tempDiffMask.count(); in setBlendEquations()
1367 diffMask = tempDiffMask; in setBlendEquations()
2284 const gl::DrawBufferMask tempDiffMask = in setColorMaskForFramebuffer() local
2286 const size_t tempDiffCount = tempDiffMask.count(); in setColorMaskForFramebuffer()
2290 diffMask = tempDiffMask; in setColorMaskForFramebuffer()