Home
last modified time | relevance | path

Searched refs:mMaxEquationMask (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.cpp349 mMaxEquationMask(EquationStorage::GetMask(drawBuffers)), in BlendStateExt()
350 mEquationColor(EquationStorage::GetReplicatedValue(BlendEquationType::Add, mMaxEquationMask)), in BlendStateExt()
351 mEquationAlpha(EquationStorage::GetReplicatedValue(BlendEquationType::Add, mMaxEquationMask)), in BlendStateExt()
440 mMaxEquationMask); in expandEquationValue()
447 EquationStorage::GetValueIndexed(index, mEquationColor), mMaxEquationMask); in expandEquationColorIndexed()
454 EquationStorage::GetValueIndexed(index, mEquationAlpha), mMaxEquationMask); in expandEquationAlphaIndexed()
Dangletypes_unittest.cpp53 ASSERT_EQ(blendStateExt.mMaxEquationMask, is64Bit ? 0xFFu : 0xFu); in TEST()
63 ASSERT_EQ(blendStateExt.mMaxEquationMask, is64Bit ? 0xFFFFFFFFu : 0xFFFFu); in TEST()
73 ASSERT_EQ(blendStateExt.mMaxEquationMask, is64Bit ? 0xFFFFFFFFFFFFFFFFu : 0xFFFFFFFFu); in TEST()
Dangletypes.h715 EquationStorage::Type mMaxEquationMask; variable