Home
last modified time | relevance | path

Searched refs:computeAdvancedBlendMode (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelRoutine.hpp82 Vector4f computeAdvancedBlendMode(int index, const Vector4f &src, const Vector4f &dst, const Vector4f &srcFactor, const Vector4f &dstFactor);
H A DPixelRoutine.cpp2123 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