Home
last modified time | relevance | path

Searched refs:mSrcAlpha (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/
Dangletypes.cpp345 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()
Dangletypes_unittest.cpp170 ASSERT_EQ(blendStateExt.mSrcAlpha, 0x0404040404040404u); in TEST()
179 ASSERT_EQ(blendStateExt.mSrcAlpha, 0x0404010404040404u); in TEST()
Dangletypes.h678 FactorStorage::Type mSrcAlpha; variable
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1234 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/
Dframe_capture_utils.cpp539 json->addScalar("SrcAlpha", blendStateExt.mSrcAlpha); in SerializeBlendStateExt()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp976 blendStateExt.mSrcColor, blendStateExt.mDstColor, blendStateExt.mSrcAlpha, in syncState()