Searched refs:mCurDisableDepth (Results 1 – 2 of 2) sorted by relevance
1289 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()
480 Optional<bool> mCurDisableDepth; variable