Home
last modified time | relevance | path

Searched refs:getWindowRegistry (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/platform/android/
DtcuAndroidTestActivity.cpp64 m_platform.getWindowRegistry().addWindow(window); in onWindowCreated()
69 m_platform.getWindowRegistry().destroyWindow(window); in onWindowDestroyed()
DtcuAndroidPlatform.hpp51 WindowRegistry& getWindowRegistry (void) { return m_windowRegistry; } in getWindowRegistry() function in tcu::Android::Platform