Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1185 const gl::DrawBufferMask tempDiffMask = blendStateExt.compareFactors( in setBlendFuncs() local
1188 const size_t tempDiffCount = tempDiffMask.count(); in setBlendFuncs()
1192 diffMask = tempDiffMask; in setBlendFuncs()
1265 const gl::DrawBufferMask tempDiffMask = blendStateExt.compareEquations( in setBlendEquations() local
1268 const size_t tempDiffCount = tempDiffMask.count(); in setBlendEquations()
1272 diffMask = tempDiffMask; in setBlendEquations()
2153 const gl::DrawBufferMask tempDiffMask = in setColorMaskForFramebuffer() local
2155 const size_t tempDiffCount = tempDiffMask.count(); in setColorMaskForFramebuffer()
2159 diffMask = tempDiffMask; in setColorMaskForFramebuffer()