Searched refs:BLEND_ZERO (Results 1 – 10 of 10) sorted by relevance
268 destBlendFactorState = BLEND_ZERO; in init()273 destBlendFactorStateAlpha = BLEND_ZERO; in init()793 if(!alphaBlendEnable) return BLEND_ZERO; in destBlendFactor()819 if(sourceBlendFactor() == BLEND_ZERO) in blendOperation()821 if(destBlendFactor() == BLEND_ZERO) in blendOperation()832 if(destBlendFactor() == BLEND_ZERO) in blendOperation()843 if(destBlendFactor() == BLEND_ZERO) in blendOperation()853 if(sourceBlendFactor() == BLEND_ZERO) in blendOperation()859 if(destBlendFactor() == BLEND_ZERO) in blendOperation()870 if(destBlendFactor() == BLEND_ZERO) in blendOperation()[all …]
185 BLEND_ZERO, enumerator
48 setDestBlendFactor(BLEND_ZERO); in Device()93 setDestBlendFactorAlpha(BLEND_ZERO); in Device()
588 case GL_ZERO: return sw::BLEND_ZERO; in ConvertBlendFunc()602 return sw::BLEND_ZERO; in ConvertBlendFunc()
866 case BLEND_ZERO: in blendFactor()947 case BLEND_ZERO: 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()1915 case BLEND_ZERO: in blendFactor()1986 case BLEND_ZERO: in blendFactorAlpha()2118 if(state.sourceBlendFactor != BLEND_ONE && state.sourceBlendFactor != BLEND_ZERO) in alphaBlend()2125 if(state.destBlendFactor != BLEND_ONE && state.destBlendFactor != BLEND_ZERO) in alphaBlend()[all …]
52 setDestBlendFactor(BLEND_ZERO); in Device()92 setDestBlendFactorAlpha(BLEND_ZERO); in Device()
2117 case GL_ZERO: return sw::BLEND_ZERO; in ConvertBlendFunc()2135 return sw::BLEND_ZERO; in ConvertBlendFunc()
3102 renderer->setSourceBlendFactor(sw::BLEND_ZERO); in SetRenderState()3156 renderer->setDestBlendFactor(sw::BLEND_ZERO); in SetRenderState()3935 renderer->setSourceBlendFactorAlpha(sw::BLEND_ZERO); in SetRenderState()3989 renderer->setDestBlendFactorAlpha(sw::BLEND_ZERO); in SetRenderState()
2394 renderer->setSourceBlendFactor(sw::BLEND_ZERO); in SetRenderState()2442 renderer->setDestBlendFactor(sw::BLEND_ZERO); in SetRenderState()
33 #define GL__ZERO BLEND_ZERO2172 BLEND_ZERO = 0x00000000, enumerator