Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuApp.cpp133 , m_testRoot (DE_NULL) in App()
158 m_testRoot = new TestPackageRoot(*m_testCtx, TestPackageRegistry::getSingleton()); in App()
162 m_testExecutor = new TestSessionExecutor(*m_testRoot, *m_testCtx); in App()
164 writeCaselistsToStdout(*m_testRoot, *m_testCtx); in App()
166 writeXmlCaselistsToFiles(*m_testRoot, *m_testCtx, cmdLine); in App()
168 writeTxtCaselistsToFiles(*m_testRoot, *m_testCtx, cmdLine); in App()
170 verifyAmberCapabilityCoherency(*m_testRoot, *m_testCtx); in App()
189 delete m_testRoot; in cleanup()
DtcuApp.hpp93 TestPackageRoot* m_testRoot; member in tcu::App