Searched refs:testDepth (Results 1 – 3 of 3) sorted by relevance
1729 …const bool testDepth (config.separateStencilUsage ? (config.separateStencilUsage == TEST_DEP… in init() local1743 if (testDepth) in init()2001 if (testDepth && testStencil) in init()2006 else if (testDepth) in init()2018 if (testDepth && testStencil) in init()2030 if (testDepth) in init()2036 if (testDepth && testStencil) in init()2038 else if (testDepth) in init()
1899 ASSERT(!previousDeferredClears.testDepth()); in syncState()2284 if (mDeferredClears.testDepth()) in redeferClears()2348 if (mDeferredClears.testDepth()) in clearWithCommand()2536 if (mDeferredClears.testDepth() || mDeferredClears.testStencil()) in startNewRenderPass()2540 if (mDeferredClears.testDepth()) in startNewRenderPass()
762 bool testDepth() const { return mEnabled.test(kUnpackedDepthIndex); }