Home
last modified time | relevance | path

Searched refs:compareEquations (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/
Dangletypes.h722 DrawBufferMask compareEquations(const EquationStorage::Type color,
724 DrawBufferMask compareEquations(const BlendStateExt &other) const in compareEquations() function
726 return compareEquations(other.mEquationColor, other.mEquationAlpha); in compareEquations()
DBlendStateExt_unittest.cpp228 blendStateExt.compareEquations(otherEquationColor, otherEquationAlpha); in TEST()
Dangletypes.cpp549 DrawBufferMask BlendStateExt::compareEquations(const EquationStorage::Type color, in compareEquations() function in gl::BlendStateExt
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1418 gl::DrawBufferMask diffMask = mBlendStateExt.compareEquations(blendStateExt); in setBlendEquations()
1436 const gl::DrawBufferMask tempDiffMask = blendStateExt.compareEquations( in setBlendEquations()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp957 mCurBlendStateExt.compareEquations(blendStateExt)) in syncState()