Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.cpp347 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()
Dangletypes_unittest.cpp170 ASSERT_EQ(blendStateExt.mSrcAlpha, 0x0404040404040404u); in TEST()
179 ASSERT_EQ(blendStateExt.mSrcAlpha, 0x0404010404040404u); in TEST()
Dangletypes.h712 FactorStorage::Type mSrcAlpha; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1239 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/
Dframe_capture_utils.cpp436 json->addScalar("SrcAlpha", blendStateExt.mSrcAlpha); in SerializeBlendStateExt()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp985 blendStateExt.mSrcColor, blendStateExt.mDstColor, blendStateExt.mSrcAlpha, in syncState()