HomeSort by relevance Sort by last modified time
    Searched refs:QP_TEST_RESULT_RESOURCE_ERROR (Results 1 - 9 of 9) sorted by null

  /external/deqp/framework/common/
tcuTestCaseWrapper.cpp 58 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory in test case init");
63 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, e.getMessage());
127 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory during test execution");
132 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, e.getMessage());
tcuTestContext.cpp 72 case QP_TEST_RESULT_RESOURCE_ERROR: return 110;
tcuTestExecutor.cpp 220 if (!deinitOk || testResult == QP_TEST_RESULT_RESOURCE_ERROR)
  /external/deqp/modules/gles2/
tes2TestCaseWrapper.cpp 97 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
  /external/deqp/modules/gles3/
tes3TestCaseWrapper.cpp 97 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
  /external/deqp/modules/gles31/
tes31TestCaseWrapper.cpp 88 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
  /external/deqp/framework/qphelper/
qpTestLog.h 60 QP_TEST_RESULT_RESOURCE_ERROR, /*!< Implementation fails to pass the test due to lack of resources */
qpTestLog.c 170 { QP_TEST_RESULT_RESOURCE_ERROR, "ResourceError" },
    [all...]
  /external/deqp/modules/glshared/
glsMemoryStressCase.cpp 891 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Memory allocation failed");

Completed in 117 milliseconds