HomeSort by relevance Sort by last modified time
    Searched refs:WindowRegistry (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/platform/android/
tcuAndroidWindow.hpp 40 // \note Window is thread-safe, WindowRegistry is not
81 class WindowRegistry
84 WindowRegistry (void);
85 ~WindowRegistry (void);
tcuAndroidWindow.cpp 119 // WindowRegistry
121 WindowRegistry::WindowRegistry (void)
125 WindowRegistry::~WindowRegistry (void)
141 void WindowRegistry::addWindow (ANativeWindow* window)
147 void WindowRegistry::destroyWindow (ANativeWindow* rawHandle)
171 Window* WindowRegistry::tryAcquireWindow (void)
184 void WindowRegistry::garbageCollect (void)
tcuAndroidPlatform.hpp 51 WindowRegistry& getWindowRegistry (void) { return m_windowRegistry; }
61 WindowRegistry m_windowRegistry;
tcuAndroidPlatform.cpp 71 NativeDisplayFactory (WindowRegistry& windowRegistry);
98 NativeWindowFactory (WindowRegistry& windowRegistry);
107 WindowRegistry& m_windowRegistry;
141 NativeWindowFactory::NativeWindowFactory (WindowRegistry& windowRegistry)
143 , m_windowRegistry (windowRegistry)
176 NativeDisplayFactory::NativeDisplayFactory (WindowRegistry& windowRegistry)
    [all...]

Completed in 123 milliseconds