Home
last modified time | relevance | path

Searched refs:m_platform (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/platform/android/
DtcuAndroidTestActivity.cpp44 , 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()
DtcuAndroidTestActivity.hpp54 Platform m_platform; member in tcu::Android::TestThread
/external/deqp/framework/common/
DtcuTestContext.hpp57 Platform& getPlatform (void) { return m_platform; } in getPlatform()
77 Platform& m_platform; //!< Platform port implementation. member in tcu::TestContext
DtcuApp.cpp81 : 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()
DtcuTestContext.cpp37 : m_platform (platform) in TestContext()
DtcuApp.hpp78 Platform& m_platform; member in tcu::App
/external/deqp/framework/egl/
DegluGLFunctionLoader.cpp49 : m_platform (platform) in GLLibraryCache()
68 library = m_platform.createDefaultGLFunctionLibrary(apiType, m_cmdLine); in getLibrary()
DegluGLFunctionLoader.hpp74 const Platform& m_platform; member in eglu::GLLibraryCache
/external/deqp/framework/platform/ios/
DtcuIOSApp.mm301 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);