Searched refs:colorBlend (Results 1 – 1 of 1) sorted by relevance
758 bool colorBlend = !(blendOperation() == BLENDOP_SOURCE && sourceBlendFactor() == BLEND_ONE); in alphaBlendActive() local759 …? !(blendOperationAlpha() == BLENDOP_SOURCE && sourceBlendFactorAlpha() == BLEND_ONE) : colorBlend; in alphaBlendActive()761 return colorBlend || alphaBlend; in alphaBlendActive()