Searched refs:BLEND_ONE (Results 1 – 5 of 5) sorted by relevance
267 sourceBlendFactorState = BLEND_ONE; in init()272 sourceBlendFactorStateAlpha = BLEND_ONE; in init()759 bool colorBlend = !(blendOperation() == BLENDOP_SOURCE && sourceBlendFactor() == BLEND_ONE); in alphaBlendActive()760 …? !(blendOperationAlpha() == BLENDOP_SOURCE && sourceBlendFactorAlpha() == BLEND_ONE) : colorBlend; in alphaBlendActive()772 if(!alphaBlendEnable) return BLEND_ONE; in sourceBlendFactor()781 return BLEND_ONE; in sourceBlendFactor()783 return BLEND_ONE; in sourceBlendFactor()802 return BLEND_ONE; in destBlendFactor()804 return BLEND_ONE; in destBlendFactor()830 else if(sourceBlendFactor() == BLEND_ONE) in blendOperation()[all …]
186 BLEND_ONE, enumerator
869 case BLEND_ONE: in blendFactor()950 case BLEND_ONE: in blendFactorAlpha()1188 if(state.sourceBlendFactor != BLEND_ONE && state.sourceBlendFactor != BLEND_ZERO) in alphaBlend()1195 if(state.destBlendFactor != BLEND_ONE && state.destBlendFactor != BLEND_ZERO) in alphaBlend()1249 if(state.sourceBlendFactorAlpha != BLEND_ONE && state.sourceBlendFactorAlpha != BLEND_ZERO) in alphaBlend()1254 if(state.destBlendFactorAlpha != BLEND_ONE && state.destBlendFactorAlpha != BLEND_ZERO) in alphaBlend()1925 case BLEND_ONE: in blendFactor()1996 case BLEND_ONE: in blendFactorAlpha()2125 if(state.sourceBlendFactor != BLEND_ONE && state.sourceBlendFactor != BLEND_ZERO) in alphaBlend()2132 if(state.destBlendFactor != BLEND_ONE && state.destBlendFactor != BLEND_ZERO) in alphaBlend()[all …]
51 setSourceBlendFactor(BLEND_ONE); in Device()91 setSourceBlendFactorAlpha(BLEND_ONE); in Device()
2065 case GL_ONE: return sw::BLEND_ONE; in ConvertBlendFunc()