Searched refs:endCase (Results 1 – 7 of 7) sorted by relevance
/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() 100 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); 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() 122 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); in iterate()
|
/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() 120 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); 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() 119 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); in iterate()
|
/external/deqp/framework/common/ |
D | tcuTestSessionExecutor.cpp | 266 m_testCtx.getLog().endCase(testResult, testResultDesc); in leaveTestCase()
|
D | tcuTestLog.hpp | 161 void endCase (qpTestResult result, const char* description);
|
D | tcuTestLog.cpp | 450 void TestLog::endCase (qpTestResult result, const char* description) in endCase() function in tcu::TestLog
|