HomeSort by relevance Sort by last modified time
    Searched refs:m_app (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/platform/android/
tcuAndroidTestActivity.hpp 57 App m_app; member in class:tcu::Android::TestThread
tcuAndroidTestActivity.cpp 46 , m_app (m_platform, m_archive, m_log, m_cmdLine)
80 m_finished = !m_app.iterate();
  /external/deqp/framework/platform/ios/
tcuIOSApp.mm 305 tcu::App* m_app;
316 , m_app (DE_NULL)
330 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())

Completed in 187 milliseconds