Home
last modified time | relevance | path

Searched refs:setTerminateAfter (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/common/
DtcuTestSessionExecutor.cpp172 m_testCtx.setTerminateAfter(false); in enterTestCase()
187 m_testCtx.setTerminateAfter(true); in enterTestCase()
194 m_testCtx.setTerminateAfter(e.isFatal()); in enterTestCase()
221 m_testCtx.setTerminateAfter(true); in leaveTestCase()
275 m_testCtx.setTerminateAfter(true); in iterateTestCase()
281 m_testCtx.setTerminateAfter(e.isFatal()); in iterateTestCase()
DtcuTestContext.hpp70 void setTerminateAfter (bool terminate) { m_terminateAfter = terminate; } in setTerminateAfter() function in tcu::TestContext
/external/deqp/modules/gles31/
Dtes31TestPackage.cpp88 testCtx.setTerminateAfter(true); in iterate()
/external/deqp/modules/gles2/
Dtes2TestPackage.cpp103 testCtx.setTerminateAfter(true); in iterate()
/external/deqp/modules/gles3/
Dtes3TestPackage.cpp102 testCtx.setTerminateAfter(true); in iterate()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp1180 m_testCtx.setTerminateAfter(true); // Do not rely on implementation to be able to recover from OOM in iterate()