Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcTestCaseWrapper.cpp69 …m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory in test case ini… in initTestCase()
74 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in test case init"); in initTestCase()
147 …m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory during test exec… in iterateTestCase()
152 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error during test execution"); in iterateTestCase()
DglcSingleConfigTestPackage.cpp101 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate()
/external/angle/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp212 return TestStatus(QP_TEST_RESULT_RESOURCE_ERROR, in executeInner()
252 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, in executeInner()
274 if (m_testCtx.getTestResult() == QP_TEST_RESULT_RESOURCE_ERROR) in executeInner()
/external/deqp/framework/common/
DtcuDefs.cpp121 : TestException(message, expr, file, line, QP_TEST_RESULT_RESOURCE_ERROR) in ResourceError()
126 : TestException(message, QP_TEST_RESULT_RESOURCE_ERROR) in ResourceError()
DtcuTestSessionExecutor.cpp215 …m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory in test case ini… in enterTestCase()
283 if (terminateAfter || testResult == QP_TEST_RESULT_RESOURCE_ERROR) in leaveTestCase()
304 …m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory during test exec… in iterateTestCase()
DtcuResultCollector.cpp44 case QP_TEST_RESULT_RESOURCE_ERROR: return 110; in testResultSeverity()
/external/deqp/modules/gles31/
Dtes31TestCaseWrapper.hpp97 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
/external/deqp/external/openglcts/modules/gles2/
Des2cTestPackage.cpp107 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp101 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate()
/external/deqp/modules/gles3/
Dtes3TestPackage.cpp109 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
/external/deqp/modules/gles2/
Dtes2TestPackage.cpp111 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp126 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … 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/external/openglcts/modules/gles3/
Des3cTestPackage.cpp124 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate()
/external/deqp/external/openglcts/modules/gles31/
Des31cTestPackage.cpp144 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp891 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Memory allocation failed"); in iterate()