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()
788 if(!alphaBlendEnable) return BLEND_ZERO; in destBlendFactor()
814 if(sourceBlendFactor() == BLEND_ZERO) in blendOperation()
816 if(destBlendFactor() == BLEND_ZERO) in blendOperation()
827 if(destBlendFactor() == BLEND_ZERO) in blendOperation()
838 if(destBlendFactor() == BLEND_ZERO) in blendOperation()
848 if(sourceBlendFactor() == BLEND_ZERO) in blendOperation()
854 if(destBlendFactor() == BLEND_ZERO) in blendOperation()
865 if(destBlendFactor() == BLEND_ZERO) in blendOperation()
[all …]
DContext.hpp184 BLEND_ZERO, enumerator
/external/swiftshader/src/Shader/
DPixelRoutine.cpp875 case BLEND_ZERO: in blendFactor()
956 case BLEND_ZERO: in blendFactorAlpha()
1177 if(state.sourceBlendFactor != BLEND_ONE && state.sourceBlendFactor != BLEND_ZERO) in alphaBlend()
1184 if(state.destBlendFactor != BLEND_ONE && state.destBlendFactor != BLEND_ZERO) in alphaBlend()
1238 if(state.sourceBlendFactorAlpha != BLEND_ONE && state.sourceBlendFactorAlpha != BLEND_ZERO) in alphaBlend()
1243 if(state.destBlendFactorAlpha != BLEND_ONE && state.destBlendFactorAlpha != BLEND_ZERO) in alphaBlend()
1851 case BLEND_ZERO: in blendFactor()
1922 case BLEND_ZERO: in blendFactorAlpha()
2059 if(state.sourceBlendFactor != BLEND_ONE && state.sourceBlendFactor != BLEND_ZERO) in alphaBlend()
2066 if(state.destBlendFactor != BLEND_ONE && state.destBlendFactor != BLEND_ZERO) in alphaBlend()
[all …]
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp47 setDestBlendFactor(BLEND_ZERO); in Device()
92 setDestBlendFactorAlpha(BLEND_ZERO); in Device()
Dutilities.cpp276 case GL_ZERO: return sw::BLEND_ZERO; in ConvertBlendFunc()
290 return sw::BLEND_ZERO; in ConvertBlendFunc()
/external/swiftshader/src/OpenGL/libGL/
Dutilities.cpp480 case GL_ZERO: return sw::BLEND_ZERO; in ConvertBlendFunc()
498 return sw::BLEND_ZERO; in ConvertBlendFunc()
DDevice.cpp46 setDestBlendFactor(BLEND_ZERO); in Device()
90 setDestBlendFactorAlpha(BLEND_ZERO); in Device()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp51 setDestBlendFactor(BLEND_ZERO); in Device()
91 setDestBlendFactorAlpha(BLEND_ZERO); in Device()
Dutilities.cpp1262 case GL_ZERO: return sw::BLEND_ZERO; in ConvertBlendFunc()
1280 return sw::BLEND_ZERO; in ConvertBlendFunc()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp3101 renderer->setSourceBlendFactor(sw::BLEND_ZERO); in SetRenderState()
3155 renderer->setDestBlendFactor(sw::BLEND_ZERO); in SetRenderState()
3934 renderer->setSourceBlendFactorAlpha(sw::BLEND_ZERO); in SetRenderState()
3988 renderer->setDestBlendFactorAlpha(sw::BLEND_ZERO); in SetRenderState()