Home
last modified time | relevance | path

Searched refs:isInTestCase (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTestSessionExecutor.hpp45 bool isInTestCase (void) const { return m_isInTestCase; } in isInTestCase() function in tcu::TestSessionExecutor
DtcuApp.cpp329 bool isInCase = m_testExecutor ? m_testExecutor->isInTestCase() : false; in onCrash()