Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DContext.cpp268 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 …]
DContext.hpp185 BLEND_ZERO, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelRoutine.cpp866 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()
1922 case BLEND_ZERO: in blendFactor()
1993 case BLEND_ZERO: 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 …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp52 setDestBlendFactor(BLEND_ZERO); in Device()
92 setDestBlendFactorAlpha(BLEND_ZERO); in Device()
Dutilities.cpp2064 case GL_ZERO: return sw::BLEND_ZERO; in ConvertBlendFunc()
2082 return sw::BLEND_ZERO; in ConvertBlendFunc()