HomeSort by relevance Sort by last modified time
    Searched refs:QP_TEST_RESULT_CRASH (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/common/
tcuTestContext.cpp 74 case QP_TEST_RESULT_CRASH: return 150;
tcuApp.cpp 204 m_testCtx->getLog().terminateCase(QP_TEST_RESULT_CRASH);
  /external/deqp/framework/qphelper/
qpTestLog.h 62 QP_TEST_RESULT_CRASH, /*!< Crash occurred in test execution. */
qpTestLog.c 172 { QP_TEST_RESULT_CRASH, "Crash" },
495 DE_ASSERT(result == QP_TEST_RESULT_CRASH || result == QP_TEST_RESULT_TIMEOUT);
    [all...]

Completed in 135 milliseconds