Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuApp.cpp86 , m_testRoot (DE_NULL) in App()
111 m_testRoot = new TestPackageRoot(*m_testCtx, TestPackageRegistry::getSingleton()); in App()
115 m_testExecutor = new TestSessionExecutor(*m_testRoot, *m_testCtx); in App()
117 writeCaselistsToStdout(*m_testRoot, *m_testCtx, cmdLine); in App()
119 writeXmlCaselistsToFiles(*m_testRoot, *m_testCtx, cmdLine); in App()
121 writeTxtCaselistsToFiles(*m_testRoot, *m_testCtx, cmdLine); in App()
140 delete m_testRoot; in cleanup()
DtcuApp.hpp85 TestPackageRoot* m_testRoot; member in tcu::App