Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DContext.cpp758 bool colorBlend = !(blendOperation() == BLENDOP_SOURCE && sourceBlendFactor() == BLEND_ONE); in alphaBlendActive() local
759 …? !(blendOperationAlpha() == BLENDOP_SOURCE && sourceBlendFactorAlpha() == BLEND_ONE) : colorBlend; in alphaBlendActive()
761 return colorBlend || alphaBlend; in alphaBlendActive()