Searched refs:m_app (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/framework/platform/android/ |
H A D | tcuAndroidTestActivity.cpp | 47 , m_app (m_platform, m_archive, m_log, m_cmdLine) in TestThread() 83 m_finished = !m_app.iterate(); in render()
|
H A D | tcuAndroidTestActivity.hpp | 57 App m_app; member in tcu::Android::TestThread
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
H A D | glcAndroidTestActivity.cpp | 71 , m_app(m_platform, m_archive, waiverPath.c_str(), logPath.c_str(), runType, runFlags) in TestThread() 106 m_finished = !m_app.iterate(); in render()
|
H A D | glcAndroidTestActivity.hpp | 58 TestRunner m_app; member in glcts::Android::TestThread
|
H A D | glcTestRunner.cpp | 52 , 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
|
Completed in 3 milliseconds