Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp1289 ASSERT(mCurDisableDepth.valid() && mCurDisableStencil.valid()); in syncDepthStencilState()
1291 if (mCurDisableDepth.value()) in syncDepthStencilState()
1542 if (!mCurDisableDepth.valid() || disableDepth != mCurDisableDepth.value() || in processFramebufferInvalidation()
1546 mCurDisableDepth = disableDepth; in processFramebufferInvalidation()
DStateManager11.h480 Optional<bool> mCurDisableDepth; variable