Home
last modified time | relevance | path

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

/external/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
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp48 setDestBlendFactor(BLEND_ZERO); in Device()
93 setDestBlendFactorAlpha(BLEND_ZERO); in Device()
Dutilities.cpp588 case GL_ZERO: return sw::BLEND_ZERO; in ConvertBlendFunc()
602 return sw::BLEND_ZERO; in ConvertBlendFunc()
/external/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()
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 …]
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp52 setDestBlendFactor(BLEND_ZERO); in Device()
92 setDestBlendFactorAlpha(BLEND_ZERO); in Device()
Dutilities.cpp2117 case GL_ZERO: return sw::BLEND_ZERO; in ConvertBlendFunc()
2135 return sw::BLEND_ZERO; in ConvertBlendFunc()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp3102 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()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp2394 renderer->setSourceBlendFactor(sw::BLEND_ZERO); in SetRenderState()
2442 renderer->setDestBlendFactor(sw::BLEND_ZERO); in SetRenderState()
/external/mesa3d/src/amd/addrlib/gfx9/chip/
Dgfx9_enum.h33 #define GL__ZERO BLEND_ZERO
2172 BLEND_ZERO = 0x00000000, enumerator