Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestPackage.cpp102 …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/
DglcSingleConfigTestPackage.cpp103 …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/
Des3cTestPackage.cpp124 …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/
Des32cTestPackage.cpp130 …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/
Dgl3cTestPackages.cpp116 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/
DtcuRandomOrderExecutor.cpp191 log.endCase(result.getCode(), result.getDescription().c_str()); in execute()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/deqp_support/
DtcuRandomOrderExecutor.cpp184 log.endCase(result.getCode(), result.getDescription().c_str()); in execute()
/third_party/vk-gl-cts/framework/common/
DtcuTestSessionExecutor.cpp288 m_testCtx.getLog().endCase(testResult, testResultDesc); in leaveTestCase()
DtcuTestLog.hpp163 void endCase (qpTestResult result, const char* description);
DtcuTestLog.cpp475 void TestLog::endCase (qpTestResult result, const char* description) in endCase() function in tcu::TestLog