Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTestSessionExecutor.hpp78 void enterTestGroup (const std::string& casePath);
DtcuTestSessionExecutor.cpp94 … isEnter ? enterTestGroup(m_iterator.getNodePath()) : leaveTestGroup(m_iterator.getNodePath()); in iterate()
182 void TestSessionExecutor::enterTestGroup (const std::string& casePath) in enterTestGroup() function in tcu::TestSessionExecutor