Searched refs:GetDiffMask (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | angletypes.cpp | 470 return ColorMaskStorage::GetDiffMask(mColorMask, other); in compareColorMask() 554 return EquationStorage::GetDiffMask(mEquationColor, color) | in compareEquations() 555 EquationStorage::GetDiffMask(mEquationAlpha, alpha); in compareEquations() 688 return FactorStorage::GetDiffMask(mSrcColor, srcColor) | in compareFactors() 689 FactorStorage::GetDiffMask(mDstColor, dstColor) | in compareFactors() 690 FactorStorage::GetDiffMask(mSrcAlpha, srcAlpha) | in compareFactors() 691 FactorStorage::GetDiffMask(mDstAlpha, dstAlpha); in compareFactors()
|
D | validationES.h | 849 BlendStateExt::ColorMaskStorage::GetDiffMask(colorMaskNoAlphaBits, 0) & in ValidateColorMasksForSharedExponentColorBuffers() 850 BlendStateExt::ColorMaskStorage::GetDiffMask(colorMaskNoAlphaBits, rgbEnabledBits); in ValidateColorMasksForSharedExponentColorBuffers()
|
D | angletypes.h | 625 static constexpr DrawBufferMask GetDiffMask(const uint32_t packedValue1, in GetDiffMask() function 653 static constexpr DrawBufferMask GetDiffMask(const uint64_t packedValue1, in GetDiffMask() function
|