Home
last modified time | relevance | path

Searched refs:m_platform (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/framework/platform/android/
H A DtcuAndroidTestActivity.cpp44 , m_platform (activity) in TestThread()
47 , m_app (m_platform, m_archive, m_log, m_cmdLine) in TestThread()
66 m_platform.getWindowRegistry().addWindow(window); in onWindowCreated()
71 m_platform.getWindowRegistry().destroyWindow(window); in onWindowDestroyed()
H A DtcuAndroidTestActivity.hpp54 Platform m_platform; member in tcu::Android::TestThread
/third_party/vk-gl-cts/external/openglcts/modules/runner/
H A DglcAndroidTestActivity.cpp69 , m_platform(activity) in TestThread()
71 , m_app(m_platform, m_archive, waiverPath.c_str(), logPath.c_str(), runType, runFlags) in TestThread()
88 m_platform.getWindowRegistry().addWindow(window); in onWindowCreated()
93 m_platform.getWindowRegistry().destroyWindow(window); in onWindowDestroyed()
H A DglcAndroidTestActivity.hpp56 tcu::Android::Platform m_platform; member in glcts::Android::TestThread
H A DglcTestRunner.hpp130 tcu::Platform& m_platform; member in glcts::TestRunner
H A DglcTestRunner.cpp705 : m_platform(platform) in TestRunner()
774 getDefaultConfigList(m_platform, m_type, configList); in init()
850 m_curSession = new RunSession(m_platform, m_archive, (int)argv.size(), &argv[0]); in initSession()
/third_party/vk-gl-cts/framework/common/
H A DtcuTestContext.hpp59 Platform& getPlatform (void) { return m_platform; } in getPlatform()
81 Platform& m_platform; //!< Platform port implementation. member in tcu::TestContext
H A DtcuApp.cpp128 : m_platform (platform) in App()
158 m_testCtx = new TestContext(m_platform, archive, log, cmdLine, m_watchDog); in App()
216 const bool platformOk = m_platform.processEvents(); in iterate()
H A DtcuApp.hpp86 Platform& m_platform; member in tcu::App
H A DtcuTestContext.cpp37 : m_platform (platform) in TestContext()
/third_party/vk-gl-cts/framework/egl/
H A DegluGLFunctionLoader.cpp49 : m_platform (platform) in GLLibraryCache()
68 library = m_platform.createDefaultGLFunctionLibrary(apiType, m_cmdLine); in getLibrary()
H A DegluGLFunctionLoader.hpp74 const Platform& m_platform; member in eglu::GLLibraryCache

Completed in 5 milliseconds