Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h865 return (mBlendFuncConstantColorDrawBuffers & mBlendStateExt.mEnabledMask).any() && in hasSimultaneousConstantColorAndAlphaBlendFunc()
907 return mBlendFuncConstantColorDrawBuffers; in getBlendFuncConstantColorDrawBuffers()
1148 DrawBufferMask mBlendFuncConstantColorDrawBuffers; variable
DState.cpp937 mBlendFuncConstantColorDrawBuffers.set(); in setBlendFactors()
941 mBlendFuncConstantColorDrawBuffers.reset(); in setBlendFactors()
967 mBlendFuncConstantColorDrawBuffers.set(index, hasConstantColor(sourceRGB, destRGB)); in setBlendFactorsIndexed()