Searched refs:blendFactorAlphaActive (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Shader/ |
D | PixelRoutine.hpp | 80 … &blendFactor, const Vector4s ¤t, const Vector4s &pixel, BlendFactor blendFactorAlphaActive); 83 …tor4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFactor blendFactorAlphaActive);
|
D | PixelRoutine.cpp | 951 …s &blendFactor, const Vector4s ¤t, const Vector4s &pixel, BlendFactor blendFactorAlphaActive) in blendFactorAlpha() argument 953 switch(blendFactorAlphaActive) in blendFactorAlpha() 1972 …ctor4f &blendFactor, const Vector4f &oC, const Vector4f &pixel, BlendFactor blendFactorAlphaActive) in blendFactorAlpha() argument 1974 switch(blendFactorAlphaActive) in blendFactorAlpha()
|