Searched refs:m_platform (Results 1 – 9 of 9) sorted by relevance
/external/deqp/framework/platform/android/ |
D | tcuAndroidTestActivity.cpp | 44 , m_platform (activity) in TestThread() 47 , m_app (m_platform, m_archive, m_log, m_cmdLine) in TestThread() 64 m_platform.getWindowRegistry().addWindow(window); in onWindowCreated() 69 m_platform.getWindowRegistry().destroyWindow(window); in onWindowDestroyed()
|
D | tcuAndroidTestActivity.hpp | 54 Platform m_platform; member in tcu::Android::TestThread
|
/external/deqp/framework/common/ |
D | tcuTestContext.hpp | 57 Platform& getPlatform (void) { return m_platform; } in getPlatform() 77 Platform& m_platform; //!< Platform port implementation. member in tcu::TestContext
|
D | tcuApp.cpp | 81 : m_platform (platform) in App() 108 m_testCtx = new TestContext(m_platform, archive, log, cmdLine, m_watchDog); in App() 164 const bool platformOk = m_platform.processEvents(); in iterate()
|
D | tcuTestContext.cpp | 37 : m_platform (platform) in TestContext()
|
D | tcuApp.hpp | 78 Platform& m_platform; member in tcu::App
|
/external/deqp/framework/egl/ |
D | egluGLFunctionLoader.cpp | 49 : m_platform (platform) in GLLibraryCache() 68 library = m_platform.createDefaultGLFunctionLibrary(apiType, m_cmdLine); in getLibrary()
|
D | egluGLFunctionLoader.hpp | 74 const Platform& m_platform; member in eglu::GLLibraryCache
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSApp.mm | 301 tcu::ios::Platform m_platform; field 313 , m_platform (&m_screenManager) 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);
|