Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DPixelRoutine.hpp80 …void blendFactorAlpha(const Vector4s &blendFactor, const Vector4s &current, const Vector4s &pixel,…
83 …void blendFactorAlpha(const Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, Blen…
DPixelRoutine.cpp952 …void PixelRoutine::blendFactorAlpha(const Vector4s &blendFactor, const Vector4s &current, const Ve… in blendFactorAlpha() function in sw::PixelRoutine
1235 blendFactorAlpha(sourceFactor, current, pixel, state.sourceBlendFactorAlpha); in alphaBlend()
1236 blendFactorAlpha(destFactor, current, pixel, state.destBlendFactorAlpha); in alphaBlend()
1918 …void PixelRoutine::blendFactorAlpha(const Vector4f &blendFactor, const Vector4f &oC, const Vector4… in blendFactorAlpha() function in sw::PixelRoutine
2117 blendFactorAlpha(sourceFactor, oC, pixel, state.sourceBlendFactorAlpha); in alphaBlend()
2118 blendFactorAlpha(destFactor, oC, pixel, state.destBlendFactorAlpha); in alphaBlend()