Home
last modified time | relevance | path

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

/external/angle/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp186 m_testCtx.setTerminateAfter(false); in execute()
211 m_testCtx.setTerminateAfter(true); in executeInner()
218 m_testCtx.setTerminateAfter(e.isFatal()); in executeInner()
260 m_testCtx.setTerminateAfter(e.isFatal()); in executeInner()
275 m_testCtx.setTerminateAfter(true); in executeInner()
289 m_testCtx.setTerminateAfter(true); in executeInner()
/external/deqp/framework/common/
DtcuTestSessionExecutor.cpp201 m_testCtx.setTerminateAfter(false); in enterTestCase()
216 m_testCtx.setTerminateAfter(true); in enterTestCase()
223 m_testCtx.setTerminateAfter(e.isFatal()); in enterTestCase()
250 m_testCtx.setTerminateAfter(true); in leaveTestCase()
305 m_testCtx.setTerminateAfter(true); in iterateTestCase()
311 m_testCtx.setTerminateAfter(e.isFatal()); in iterateTestCase()
DtcuTestContext.hpp74 void setTerminateAfter (bool terminate) { m_terminateAfter = terminate; } in setTerminateAfter() function in tcu::TestContext
/external/deqp/modules/gles31/
Dtes31TestCaseWrapper.hpp98 testCtx.setTerminateAfter(true); in iterate()
/external/deqp/external/openglcts/modules/common/
DglcSingleConfigTestPackage.cpp102 testCtx.setTerminateAfter(true); in iterate()
/external/deqp/external/openglcts/modules/gles2/
Des2cTestPackage.cpp108 testCtx.setTerminateAfter(true); in iterate()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp102 testCtx.setTerminateAfter(true); in iterate()
/external/deqp/modules/gles3/
Dtes3TestPackage.cpp110 testCtx.setTerminateAfter(true); in iterate()
/external/deqp/modules/gles2/
Dtes2TestPackage.cpp112 testCtx.setTerminateAfter(true); in iterate()
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp127 testCtx.setTerminateAfter(true); in iterate()
/external/deqp/external/openglcts/modules/gles3/
Des3cTestPackage.cpp125 testCtx.setTerminateAfter(true); in iterate()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTestPackages.cpp126 testCtx.setTerminateAfter(true); in iterate()
/external/deqp/external/openglcts/modules/gles31/
Des31cTestPackage.cpp145 testCtx.setTerminateAfter(true); in iterate()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp1184 m_testCtx.setTerminateAfter(true); // Do not rely on implementation to be able to recover from OOM in iterate()