Searched refs:mSrcAlpha (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/ |
D | angletypes.cpp | 345 mSrcAlpha(FactorStorage::GetReplicatedValue(BlendFactorType::One, mMaxFactorMask)), in BlendStateExt() 527 return FactorStorage::GetReplicatedValue(FactorStorage::GetValueIndexed(index, mSrcAlpha), in expandSrcAlphaIndexed() 545 mSrcAlpha = expandFactorValue(srcAlpha); in setFactors() 558 FactorStorage::SetValueIndexed(index, FromGLenum<BlendFactorType>(srcAlpha), &mSrcAlpha); in setFactorsIndexed() 573 index, FactorStorage::GetValueIndexed(sourceIndex, source.mSrcAlpha), &mSrcAlpha); in setFactorsIndexed() 593 return ToGLenum(FactorStorage::GetValueIndexed(index, mSrcAlpha)); in getSrcAlphaIndexed() 609 FactorStorage::GetDiffMask(mSrcAlpha, srcAlpha) | in compareFactors()
|
D | angletypes_unittest.cpp | 170 ASSERT_EQ(blendStateExt.mSrcAlpha, 0x0404040404040404u); in TEST() 179 ASSERT_EQ(blendStateExt.mSrcAlpha, 0x0404010404040404u); in TEST()
|
D | angletypes.h | 678 FactorStorage::Type mSrcAlpha; variable
|
/external/angle/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 1234 mBlendStateExt.mSrcAlpha == blendStateExt.mSrcAlpha && in setBlendFuncs() 1251 blendStateExt.mSrcAlpha, blendStateExt.mDstAlpha); in setBlendFuncs() 1315 mBlendStateExt.mSrcAlpha = blendStateExt.mSrcAlpha; in setBlendFuncs() 2877 mBlendStateExt.mSrcAlpha != static_cast<uint64_t>(state->blendSrcAlpha) || in syncBlendFromNativeContext() 2882 mBlendStateExt.mSrcAlpha = state->blendSrcAlpha; in syncBlendFromNativeContext() 2907 mBlendStateExt.mSrcAlpha = state->blendSrcAlpha; in restoreBlendNativeContext()
|
/external/angle/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 539 json->addScalar("SrcAlpha", blendStateExt.mSrcAlpha); in SerializeBlendStateExt()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.cpp | 976 blendStateExt.mSrcColor, blendStateExt.mDstColor, blendStateExt.mSrcAlpha, in syncState()
|