Searched refs:endCase (Results 1 – 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/ |
D | esextcTestPackage.cpp | 102 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate() 108 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcSingleConfigTestPackage.cpp | 103 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate() 109 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cTestPackage.cpp | 124 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate() 130 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles32/ |
D | es32cTestPackage.cpp | 130 …testCtx.getLog().endCase(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in context post-iteration … in iterate() 136 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTestPackages.cpp | 116 testCtx.getLog().endCase(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tcuRandomOrderExecutor.cpp | 191 log.endCase(result.getCode(), result.getDescription().c_str()); in execute()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/ |
D | tcuRandomOrderExecutor.cpp | 184 log.endCase(result.getCode(), result.getDescription().c_str()); in execute()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTestSessionExecutor.cpp | 288 m_testCtx.getLog().endCase(testResult, testResultDesc); in leaveTestCase()
|
D | tcuTestLog.hpp | 163 void endCase (qpTestResult result, const char* description);
|
D | tcuTestLog.cpp | 475 void TestLog::endCase (qpTestResult result, const char* description) in endCase() function in tcu::TestLog
|