Home
last modified time | relevance | path

Searched defs:sourceAlpha (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
DState.cpp921 void State::setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha) in setBlendFactors()
963 GLenum sourceAlpha, in setBlendFactorsIndexed()
/external/swiftshader/src/Pipeline/
DPixelRoutine.cpp1934 void PixelRoutine::blendFactorAlpha(Float4 &blendFactorAlpha, const Float4 &sourceAlpha, const Floa… in blendFactorAlpha()