Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dangletypes_unittest.cpp148 blendStateExt.compareEquations(otherEquationColor, otherEquationAlpha); in TEST()
Dangletypes.cpp498 DrawBufferMask BlendStateExt::compareEquations(const EquationStorage::Type color, in compareEquations() function in gl::BlendStateExt
Dangletypes.h644 DrawBufferMask compareEquations(const EquationStorage::Type color,
/external/angle/src/libANGLE/renderer/gl/
DStateManagerGL.cpp1336 gl::DrawBufferMask diffMask = mBlendStateExt.compareEquations(blendStateExt.mEquationColor, in setBlendEquations()
1355 const gl::DrawBufferMask tempDiffMask = blendStateExt.compareEquations( in setBlendEquations()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp960 mCurBlendStateExt.compareEquations(blendStateExt.mEquationColor, in syncState()