Home
last modified time | relevance | path

Searched refs:mCurBlendStateExt (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp672 mCurBlendStateExt(), in StateManager11()
956 ASSERT(mCurBlendStateExt.mMaxDrawBuffers == blendStateExt.mMaxDrawBuffers); in syncState()
960 mCurBlendStateExt.compareEquations(blendStateExt.mEquationColor, in syncState()
971 ASSERT(mCurBlendStateExt.mMaxDrawBuffers == blendStateExt.mMaxDrawBuffers); in syncState()
975 mCurBlendStateExt.compareFactors( in syncState()
986 if (state.getBlendStateExt().mEnabledMask != mCurBlendStateExt.mEnabledMask) in syncState()
1006 if (state.getBlendStateExt().mColorMask != mCurBlendStateExt.mColorMask) in syncState()
1258 mCurBlendStateExt = blendStateExt; in syncBlendState()
1931 mCurBlendStateExt = in ensureInitialized()
DStateManager11.h471 gl::BlendStateExt mCurBlendStateExt; variable