Home
last modified time | relevance | path

Searched refs:QP_TEST_RESULT_RESOURCE_ERROR (Results 1 – 16 of 16) 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()
/external/deqp/framework/common/
DtcuTestSessionExecutor.cpp215 …m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory in test case ini… in enterTestCase()
282 if (terminateAfter || testResult == QP_TEST_RESULT_RESOURCE_ERROR) in leaveTestCase()
303 …m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory during test exec… in iterateTestCase()
DtcuDefs.cpp113 : TestException(message, expr, file, line, QP_TEST_RESULT_RESOURCE_ERROR) in ResourceError()
118 : 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/gles3/
Dtes3TestPackage.cpp101 …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/external/openglcts/modules/gles2/
Des2cTestPackage.cpp100 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp94 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate()
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp116 …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.cpp114 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate()
/external/deqp/external/openglcts/modules/gles31/
Des31cTestPackage.cpp132 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTestPackages.cpp113 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate()
/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp891 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Memory allocation failed"); in iterate()