Home
last modified time | relevance | path

Searched refs:QP_TEST_RESULT_RESOURCE_ERROR (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/common/
DtcuTestSessionExecutor.cpp186 …m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory in test case ini… in enterTestCase()
253 if (terminateAfter || testResult == QP_TEST_RESULT_RESOURCE_ERROR) in leaveTestCase()
274 …m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory during test exec… in iterateTestCase()
DtcuDefs.cpp109 : TestException(message, expr, file, line, QP_TEST_RESULT_RESOURCE_ERROR) in ResourceError()
114 : TestException(message, QP_TEST_RESULT_RESOURCE_ERROR) in ResourceError()
DtcuResultCollector.cpp43 case QP_TEST_RESULT_RESOURCE_ERROR: return 110; in testResultSeverity()
/external/deqp/modules/gles31/
Dtes31TestPackage.cpp87 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
/external/deqp/modules/gles2/
Dtes2TestPackage.cpp102 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
/external/deqp/modules/gles3/
Dtes3TestPackage.cpp101 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
/external/deqp/framework/qphelper/
DqpTestLog.h60QP_TEST_RESULT_RESOURCE_ERROR, /*!< Implementation fails to pass the test due to lack of resourc… enumerator
DqpTestLog.c170 { QP_TEST_RESULT_RESOURCE_ERROR, "ResourceError" },
/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp891 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Memory allocation failed"); in iterate()