Home
last modified time | relevance | path

Searched refs:m_app (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/platform/ios/
DtcuIOSApp.mm305 tcu::App* m_app; field
316 , m_app (DE_NULL) function
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())
/external/deqp/framework/platform/android/
DtcuAndroidTestActivity.cpp47 , m_app (m_platform, m_archive, m_log, m_cmdLine) in TestThread()
83 m_finished = !m_app.iterate(); in render()
DtcuAndroidTestActivity.hpp57 App m_app; member in tcu::Android::TestThread
/external/deqp/external/openglcts/modules/runner/
DglcAndroidTestActivity.cpp71 , m_app(m_platform, m_archive, waiverPath.c_str(), logPath.c_str(), runType, runFlags) in TestThread()
106 m_finished = !m_app.iterate(); in render()
DglcAndroidTestActivity.hpp58 TestRunner m_app; member in glcts::Android::TestThread
DglcTestRunner.cpp52 , m_app(platform, archive, m_log, m_cmdLine) in RunSession()
60 return m_app.iterate(); in iterate()
65 return m_app.getResult(); in getResult()
71 tcu::App m_app; member in glcts::RunSession
/external/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp3031 : WindowDelegate(), MenuDelegate(), m_app(app), m_debugger(debugger) {} in ApplicationDelegate()
3221 WindowSP main_window_sp = m_app.GetMainWindow(); in MenuDelegateAction()
3273 WindowSP main_window_sp = m_app.GetMainWindow(); in MenuDelegateAction()
3324 m_app.GetMainWindow()->CreateHelpSubwindow(); in MenuDelegateAction()
3335 Application &m_app; member in ApplicationDelegate