Searched defs:blendFactor (Results 1 – 2 of 2) sorted by relevance
871 …void PixelRoutine::blendFactor(const Vector4s &blendFactor, const Vector4s ¤t, const Vector4… in blendFactor() argument952 …void PixelRoutine::blendFactorAlpha(const Vector4s &blendFactor, const Vector4s ¤t, const Ve… in blendFactorAlpha()1847 …void PixelRoutine::blendFactor(const Vector4f &blendFactor, const Vector4f &oC, const Vector4f &pi… in blendFactor() function in sw::PixelRoutine1918 …void PixelRoutine::blendFactorAlpha(const Vector4f &blendFactor, const Vector4f &oC, const Vector4… in blendFactorAlpha()
293 const float blendFactor = 0.85f; in writeImage() local