Searched refs:mMaxFactorMask (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.cpp | 344 : mMaxFactorMask(FactorStorage::GetMask(drawBuffers)), in BlendStateExt() 345 mSrcColor(FactorStorage::GetReplicatedValue(BlendFactorType::One, mMaxFactorMask)), in BlendStateExt() 346 mDstColor(FactorStorage::GetReplicatedValue(BlendFactorType::Zero, mMaxFactorMask)), in BlendStateExt() 347 mSrcAlpha(FactorStorage::GetReplicatedValue(BlendFactorType::One, mMaxFactorMask)), in BlendStateExt() 348 mDstAlpha(FactorStorage::GetReplicatedValue(BlendFactorType::Zero, mMaxFactorMask)), in BlendStateExt() 509 return FactorStorage::GetReplicatedValue(FromGLenum<BlendFactorType>(func), mMaxFactorMask); in expandFactorValue() 516 mMaxFactorMask); in expandSrcColorIndexed() 523 mMaxFactorMask); in expandDstColorIndexed() 530 mMaxFactorMask); in expandSrcAlphaIndexed() 537 mMaxFactorMask); in expandDstAlphaIndexed()
|
D | angletypes_unittest.cpp | 54 ASSERT_EQ(blendStateExt.mMaxFactorMask, 0xFFu); in TEST() 64 ASSERT_EQ(blendStateExt.mMaxFactorMask, 0xFFFFFFFFu); in TEST() 74 ASSERT_EQ(blendStateExt.mMaxFactorMask, 0xFFFFFFFFFFFFFFFFu); in TEST()
|
D | angletypes.h | 709 FactorStorage::Type mMaxFactorMask; variable
|