Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DContext.hpp196 BLEND_CONSTANT, enumerator
/external/swiftshader/src/OpenGL/libGL/
Dutilities.cpp490 case GL_CONSTANT_COLOR: return sw::BLEND_CONSTANT; in ConvertBlendFunc()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp917 case BLEND_CONSTANT: in blendFactor()
979 case BLEND_CONSTANT: in blendFactorAlpha()
1966 case BLEND_CONSTANT: in blendFactor()
2018 case BLEND_CONSTANT: in blendFactorAlpha()
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp3143 renderer->setSourceBlendFactor(sw::BLEND_CONSTANT); in SetRenderState()
3197 renderer->setDestBlendFactor(sw::BLEND_CONSTANT); in SetRenderState()
3976 renderer->setSourceBlendFactorAlpha(sw::BLEND_CONSTANT); in SetRenderState()
4030 renderer->setDestBlendFactorAlpha(sw::BLEND_CONSTANT); in SetRenderState()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1896 case GL_CONSTANT_COLOR: return sw::BLEND_CONSTANT; in ConvertBlendFunc()