Searched refs:m_app (Results 1 – 3 of 3) sorted by relevance
305 tcu::App* m_app; field316 , m_app (DE_NULL) function330 DE_ASSERT(!m_app && !m_log && !m_cmdLine && !m_platform);336 m_app = new tcu::App(m_platform, m_archive, *m_log, *m_cmdLine);347 delete m_app;350 m_app = DE_NULL;361 if (!m_app)364 TCU_CHECK(m_app);366 if (!m_app->iterate())
47 , m_app (m_platform, m_archive, m_log, m_cmdLine) in TestThread()81 m_finished = !m_app.iterate(); in render()
57 App m_app; member in tcu::Android::TestThread