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

  /external/deqp/framework/common/
tcuResultCollector.cpp 43 case QP_TEST_RESULT_RESOURCE_ERROR: return 110;
tcuTestSessionExecutor.cpp 186 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory in test case init");
253 if (terminateAfter || testResult == QP_TEST_RESULT_RESOURCE_ERROR)
274 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory during test execution");
  /external/deqp/modules/gles31/
tes31TestPackage.cpp 87 testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
  /external/deqp/modules/gles2/
tes2TestPackage.cpp 102 testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration routine");
  /external/deqp/modules/gles3/
tes3TestPackage.cpp 101 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 376 milliseconds