Searched refs:blendFactorRGB (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.hpp | 80 …void blendFactorRGB(Vector4f &blendFactorRGB, const Vector4f &sourceColor, const Vector4f &destCol…
|
D | PixelRoutine.cpp | 1829 void PixelRoutine::blendFactorRGB(Vector4f &blendFactor, const Vector4f &sourceColor, const Vector4… in blendFactorRGB() function in sw::PixelRoutine 2432 …blendFactorRGB(sourceFactor, sourceColor, destColor, state.blendState[index].sourceBlendFactor, fo… in alphaBlend() 2433 …blendFactorRGB(destFactor, sourceColor, destColor, state.blendState[index].destBlendFactor, format… in alphaBlend()
|