Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DContext.hpp196 BLEND_CONSTANT, enumerator
/external/swiftshader/src/Shader/
DPixelRoutine.cpp918 case BLEND_CONSTANT: in blendFactor()
980 case BLEND_CONSTANT: in blendFactorAlpha()
1974 case BLEND_CONSTANT: in blendFactor()
2026 case BLEND_CONSTANT: in blendFactorAlpha()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp2074 case GL_CONSTANT_COLOR: return sw::BLEND_CONSTANT; in ConvertBlendFunc()