Home
last modified time | relevance | path

Searched refs:terminateCase (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuApp.cpp280 m_testCtx->getLog().terminateCase(QP_TEST_RESULT_TIMEOUT); in onWatchdogTimeout()
312 m_testCtx->getLog().terminateCase(QP_TEST_RESULT_CRASH); in onCrash()
DtcuTestLog.hpp164 void terminateCase (qpTestResult result);
DtcuTestLog.cpp462 void TestLog::terminateCase (qpTestResult result) in terminateCase() function in tcu::TestLog