Searched refs:computeAdvancedBlendMode (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelRoutine.hpp | 82 Vector4f computeAdvancedBlendMode(int index, const Vector4f &src, const Vector4f &dst, const Vector4f &srcFactor, const Vector4f &dstFactor);
|
H A D | PixelRoutine.cpp | 2123 Vector4f PixelRoutine::computeAdvancedBlendMode(int index, const Vector4f &src, const Vector4f &dst, const Vector4f &srcFactor, const Vector4f &dstFactor) in computeAdvancedBlendMode() function in sw::PixelRoutine 2509 blendedColor = computeAdvancedBlendMode(index, sourceColor, destColor, sourceFactor, destFactor); in alphaBlend()
|
Completed in 5 milliseconds