Searched refs:mDstAlpha (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.cpp | 348 mDstAlpha(FactorStorage::GetReplicatedValue(BlendFactorType::Zero, mMaxFactorMask)), in BlendStateExt() 536 return FactorStorage::GetReplicatedValue(FactorStorage::GetValueIndexed(index, mDstAlpha), in expandDstAlphaIndexed() 548 mDstAlpha = expandFactorValue(dstAlpha); in setFactors() 561 FactorStorage::SetValueIndexed(index, FromGLenum<BlendFactorType>(dstAlpha), &mDstAlpha); in setFactorsIndexed() 577 index, FactorStorage::GetValueIndexed(sourceIndex, source.mDstAlpha), &mDstAlpha); in setFactorsIndexed() 601 return ToGLenum(FactorStorage::GetValueIndexed(index, mDstAlpha)); in getDstAlphaIndexed() 612 FactorStorage::GetDiffMask(mDstAlpha, dstAlpha); in compareFactors()
|
D | angletypes_unittest.cpp | 171 ASSERT_EQ(blendStateExt.mDstAlpha, 0x0606060606060606u); in TEST() 180 ASSERT_EQ(blendStateExt.mDstAlpha, 0x0106060606060606u); in TEST()
|
D | angletypes.h | 713 FactorStorage::Type mDstAlpha; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 1240 mBlendStateExt.mDstAlpha == blendStateExt.mDstAlpha) in setBlendFuncs() 1256 blendStateExt.mSrcAlpha, blendStateExt.mDstAlpha); in setBlendFuncs() 1321 mBlendStateExt.mDstAlpha = blendStateExt.mDstAlpha; in setBlendFuncs() 2885 mBlendStateExt.mDstAlpha != static_cast<uint64_t>(state->blendDestAlpha)) in syncBlendFromNativeContext() 2890 mBlendStateExt.mDstAlpha = state->blendDestAlpha; in syncBlendFromNativeContext() 2915 mBlendStateExt.mDstAlpha = state->blendDestAlpha; in restoreBlendNativeContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 434 json->addScalar("DstAlpha", blendStateExt.mDstAlpha); in SerializeBlendStateExt()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | StateManager11.cpp | 986 blendStateExt.mDstAlpha)) in syncState()
|