Searched refs:sourceAlpha (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.hpp | 81 …void blendFactorAlpha(SIMD::Float &blendFactorAlpha, const SIMD::Float &sourceAlpha, const SIMD::F…
|
D | PixelRoutine.cpp | 1304 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/ |
D | State.cpp | 671 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()
|
D | State.h | 322 void setBlendFactors(GLenum sourceRGB, GLenum destRGB, GLenum sourceAlpha, GLenum destAlpha); 325 GLenum sourceAlpha,
|