Searched refs:computeAdvancedBlendMode (Results 1 – 2 of 2) sorted by relevance
86 …SIMD::Float4 computeAdvancedBlendMode(int index, const SIMD::Float4 &src, const SIMD::Float4 &dst,…
1506 SIMD::Float4 PixelRoutine::computeAdvancedBlendMode(int index, const SIMD::Float4 &src, const SIMD:… in computeAdvancedBlendMode() function in sw::PixelRoutine1906 blendedColor = computeAdvancedBlendMode(index, sourceColor, destColor, sourceFactor, destFactor); in alphaBlend()