Home
last modified time | relevance | path

Searched refs:endCase (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp94 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate()
100 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); 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()
122 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); in iterate()
/external/deqp/external/openglcts/modules/gles3/
Des3cTestPackage.cpp114 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate()
120 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); 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()
119 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); in iterate()
/external/deqp/framework/common/
DtcuTestSessionExecutor.cpp266 m_testCtx.getLog().endCase(testResult, testResultDesc); in leaveTestCase()
DtcuTestLog.hpp161 void endCase (qpTestResult result, const char* description);
DtcuTestLog.cpp450 void TestLog::endCase (qpTestResult result, const char* description) in endCase() function in tcu::TestLog