Home
last modified time | relevance | path

Searched refs:sourceAlpha (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Pipeline/
DPixelRoutine.hpp81 …void blendFactorAlpha(SIMD::Float &blendFactorAlpha, const SIMD::Float &sourceAlpha, const SIMD::F…
DPixelRoutine.cpp1304 void PixelRoutine::blendFactorAlpha(SIMD::Float &blendFactorAlpha, const SIMD::Float &sourceAlpha, … in blendFactorAlpha() argument
1315 blendFactorAlpha = sourceAlpha; in blendFactorAlpha()
1318 blendFactorAlpha = 1.0f - sourceAlpha; in blendFactorAlpha()
1327 blendFactorAlpha = sourceAlpha; in blendFactorAlpha()
1330 blendFactorAlpha = 1.0f - sourceAlpha; in blendFactorAlpha()
/external/angle/src/libANGLE/
DState.cpp671 GLenum sourceAlpha, in setBlendFactors() argument
675 mBlendState.destBlendRGB == destRGB && mBlendState.sourceBlendAlpha == sourceAlpha && in setBlendFactors()
683 mBlendState.sourceBlendAlpha = sourceAlpha; in setBlendFactors()
708 mBlendStateExt.setFactors(sourceRGB, destRGB, sourceAlpha, destAlpha); in setBlendFactors()
714 GLenum sourceAlpha, in setBlendFactorsIndexed() argument
725 mBlendStateExt.setFactorsIndexed(index, sourceRGB, destRGB, sourceAlpha, destAlpha); in setBlendFactorsIndexed()
DState.h322 void setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha);
325 GLenum sourceAlpha,