Searched refs:QP_TEST_RESULT_RESOURCE_ERROR (Results 1 – 17 of 17) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcTestCaseWrapper.cpp | 69 …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()
|
D | glcSingleConfigTestPackage.cpp | 101 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate()
|
/external/angle/src/tests/deqp_support/ |
D | tcuRandomOrderExecutor.cpp | 212 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/ |
D | tcuDefs.cpp | 121 : TestException(message, expr, file, line, QP_TEST_RESULT_RESOURCE_ERROR) in ResourceError() 126 : TestException(message, QP_TEST_RESULT_RESOURCE_ERROR) in ResourceError()
|
D | tcuTestSessionExecutor.cpp | 215 …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()
|
D | tcuResultCollector.cpp | 44 case QP_TEST_RESULT_RESOURCE_ERROR: return 110; in testResultSeverity()
|
/external/deqp/modules/gles31/ |
D | tes31TestCaseWrapper.hpp | 97 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTestPackage.cpp | 107 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
|
/external/deqp/external/openglcts/modules/glesext/ |
D | esextcTestPackage.cpp | 101 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate()
|
/external/deqp/modules/gles3/ |
D | tes3TestPackage.cpp | 109 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
|
/external/deqp/modules/gles2/ |
D | tes2TestPackage.cpp | 111 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
|
/external/deqp/external/openglcts/modules/gles32/ |
D | es32cTestPackage.cpp | 126 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate()
|
/external/deqp/framework/qphelper/ |
D | qpTestLog.h | 60 …QP_TEST_RESULT_RESOURCE_ERROR, /*!< Implementation fails to pass the test due to lack of resourc… enumerator
|
D | qpTestLog.c | 170 { QP_TEST_RESULT_RESOURCE_ERROR, "ResourceError" },
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cTestPackage.cpp | 124 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTestPackage.cpp | 144 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
|
/external/deqp/modules/glshared/ |
D | glsMemoryStressCase.cpp | 891 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Memory allocation failed"); in iterate()
|