Home
last modified time | relevance | path

Searched refs:isPendingDestroy (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/platform/android/
DtcuAndroidWindow.hpp63 bool isPendingDestroy (void) const;
DtcuAndroidWindow.cpp99 bool Window::isPendingDestroy (void) const in isPendingDestroy() function in tcu::Android::Window
DtcuAndroidPlatform.cpp132 if (m_window->isPendingDestroy()) in processEvents()