Home
last modified time | relevance | path

Searched refs:srcColorFactor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A Dangletypes.cpp602 const gl::BlendFactorType srcColorFactor = FromGLenum<BlendFactorType>(srcColor); in setFactors() local
607 mSrcColor = expandFactorValue(srcColorFactor); in setFactors()
612 if (IsExtendedBlendFactor(srcColorFactor) || IsExtendedBlendFactor(dstColorFactor) || in setFactors()
624 const gl::BlendFactorType srcColorFactor, in setFactorsIndexed() argument
631 FactorStorage::SetValueIndexed(index, srcColorFactor, &mSrcColor); in setFactorsIndexed()
637 IsExtendedBlendFactor(srcColorFactor) || IsExtendedBlendFactor(dstColorFactor) || in setFactorsIndexed()
648 const gl::BlendFactorType srcColorFactor = FromGLenum<BlendFactorType>(srcColor); in setFactorsIndexed() local
653 setFactorsIndexed(index, srcColorFactor, dstColorFactor, srcAlphaFactor, dstAlphaFactor); in setFactorsIndexed()
663 const gl::BlendFactorType srcColorFactor = in setFactorsIndexed() local
672 FactorStorage::SetValueIndexed(index, srcColorFactor, &mSrcColor); in setFactorsIndexed()
[all …]
H A Dangletypes.h785 const gl::BlendFactorType srcColorFactor,