Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.cpp350 mEquationColor(EquationStorage::GetReplicatedValue(BlendEquationType::Add, mMaxEquationMask)), in BlendStateExt()
447 EquationStorage::GetValueIndexed(index, mEquationColor), mMaxEquationMask); in expandEquationColorIndexed()
459 mEquationColor = expandEquationValue(modeColor); in setEquations()
469 &mEquationColor); in setEquationsIndexed()
481 index, EquationStorage::GetValueIndexed(sourceIndex, source.mEquationColor), in setEquationsIndexed()
482 &mEquationColor); in setEquationsIndexed()
491 return ToGLenum(EquationStorage::GetValueIndexed(index, mEquationColor)); in getEquationColorIndexed()
503 return EquationStorage::GetDiffMask(mEquationColor, color) | in compareEquations()
Dangletypes_unittest.cpp129 ASSERT_EQ(blendStateExt.mEquationColor, is64Bit ? 0x01010101010101u : 0x1111111u); in TEST()
134 ASSERT_EQ(blendStateExt.mEquationColor, is64Bit ? 0x01010102010101u : 0x1112111u); in TEST()
Dangletypes.h716 EquationStorage::Type mEquationColor; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1327 if (mBlendStateExt.mEquationColor == blendStateExt.mEquationColor && in setBlendEquations()
1341 gl::DrawBufferMask diffMask = mBlendStateExt.compareEquations(blendStateExt.mEquationColor, in setBlendEquations()
1395 mBlendStateExt.mEquationColor = blendStateExt.mEquationColor; in setBlendEquations()
2922 mBlendStateExt.mEquationColor = state->blendEquationRgb; in restoreBlendNativeContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp437 json->addScalar("EquationColor", blendStateExt.mEquationColor); in SerializeBlendStateExt()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp969 mCurBlendStateExt.compareEquations(blendStateExt.mEquationColor, in syncState()