Searched refs:QP_TEST_RESULT_RESOURCE_ERROR (Results 1 – 16 of 16) 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()
|
/external/deqp/framework/common/ |
D | tcuTestSessionExecutor.cpp | 215 …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()
|
D | tcuDefs.cpp | 113 : TestException(message, expr, file, line, QP_TEST_RESULT_RESOURCE_ERROR) in ResourceError() 118 : TestException(message, QP_TEST_RESULT_RESOURCE_ERROR) in ResourceError()
|
D | tcuResultCollector.cpp | 43 case QP_TEST_RESULT_RESOURCE_ERROR: return 110; in testResultSeverity()
|
/external/deqp/modules/gles31/ |
D | tes31TestPackage.cpp | 87 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
|
/external/deqp/modules/gles3/ |
D | tes3TestPackage.cpp | 101 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
|
/external/deqp/modules/gles2/ |
D | tes2TestPackage.cpp | 102 …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 | 100 …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 | 94 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate()
|
/external/deqp/external/openglcts/modules/gles32/ |
D | es32cTestPackage.cpp | 116 …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 | 114 …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 | 132 …testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration rou… in iterate()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTestPackages.cpp | 113 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate()
|
/external/deqp/modules/glshared/ |
D | glsMemoryStressCase.cpp | 891 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Memory allocation failed"); in iterate()
|