Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuApp.cpp52 , m_testRoot (DE_NULL) in App()
77 m_testRoot = new TestPackageRoot(*m_testCtx, TestPackageRegistry::getSingleton()); in App()
81 m_testExecutor = new TestSessionExecutor(*m_testRoot, *m_testCtx); in App()
83 writeXmlCaselists(*m_testRoot, *m_testCtx, m_testCtx->getCommandLine()); in App()
85 writeTxtCaselists(*m_testRoot, *m_testCtx, m_testCtx->getCommandLine()); in App()
104 delete m_testRoot; in cleanup()
DtcuApp.hpp85 TestPackageRoot* m_testRoot; member in tcu::App