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

  /external/deqp/framework/platform/android/
tcuAndroidWindow.cpp 114 // WindowRegistry
116 WindowRegistry::WindowRegistry (void)
120 WindowRegistry::~WindowRegistry (void)
136 void WindowRegistry::addWindow (ANativeWindow* window)
142 void WindowRegistry::destroyWindow (ANativeWindow* rawHandle)
166 Window* WindowRegistry::tryAcquireWindow (void)
179 void WindowRegistry::garbageCollect (void)
tcuAndroidWindow.hpp 40 // \note Window is thread-safe, WindowRegistry is not
81 class WindowRegistry
84 WindowRegistry (void);
85 ~WindowRegistry (void);

Completed in 38 milliseconds