Home
last modified time | relevance | path

Searched refs:blendFactorRGB (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Pipeline/
DPixelRoutine.hpp80 …void blendFactorRGB(Vector4f &blendFactorRGB, const Vector4f &sourceColor, const Vector4f &destCol…
DPixelRoutine.cpp1829 void PixelRoutine::blendFactorRGB(Vector4f &blendFactor, const Vector4f &sourceColor, const Vector4… in blendFactorRGB() function in sw::PixelRoutine
2432blendFactorRGB(sourceFactor, sourceColor, destColor, state.blendState[index].sourceBlendFactor, fo… in alphaBlend()
2433blendFactorRGB(destFactor, sourceColor, destColor, state.blendState[index].destBlendFactor, format… in alphaBlend()