Searched refs:mSrcAlpha (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.cpp | 347 mSrcAlpha(FactorStorage::GetReplicatedValue(BlendFactorType::One, mMaxFactorMask)), in BlendStateExt() 529 return FactorStorage::GetReplicatedValue(FactorStorage::GetValueIndexed(index, mSrcAlpha), in expandSrcAlphaIndexed() 547 mSrcAlpha = expandFactorValue(srcAlpha); in setFactors() 560 FactorStorage::SetValueIndexed(index, FromGLenum<BlendFactorType>(srcAlpha), &mSrcAlpha); in setFactorsIndexed() 575 index, FactorStorage::GetValueIndexed(sourceIndex, source.mSrcAlpha), &mSrcAlpha); in setFactorsIndexed() 595 return ToGLenum(FactorStorage::GetValueIndexed(index, mSrcAlpha)); in getSrcAlphaIndexed() 611 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 | 712 FactorStorage::Type mSrcAlpha; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 1239 mBlendStateExt.mSrcAlpha == blendStateExt.mSrcAlpha && in setBlendFuncs() 1256 blendStateExt.mSrcAlpha, blendStateExt.mDstAlpha); in setBlendFuncs() 1320 mBlendStateExt.mSrcAlpha = blendStateExt.mSrcAlpha; in setBlendFuncs() 2884 mBlendStateExt.mSrcAlpha != static_cast<uint64_t>(state->blendSrcAlpha) || in syncBlendFromNativeContext() 2889 mBlendStateExt.mSrcAlpha = state->blendSrcAlpha; in syncBlendFromNativeContext() 2914 mBlendStateExt.mSrcAlpha = state->blendSrcAlpha; in restoreBlendNativeContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 436 json->addScalar("SrcAlpha", blendStateExt.mSrcAlpha); in SerializeBlendStateExt()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.cpp | 985 blendStateExt.mSrcColor, blendStateExt.mDstColor, blendStateExt.mSrcAlpha, in syncState()
|