Home
last modified time | relevance | path

Searched refs:destroyWindow (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/platform/android/
DtcuAndroidWindow.hpp88 void destroyWindow (ANativeWindow* window);
DtcuAndroidTestActivity.cpp69 m_platform.getWindowRegistry().destroyWindow(window); in onWindowDestroyed()
DtcuAndroidWindow.cpp147 void WindowRegistry::destroyWindow (ANativeWindow* rawHandle) in destroyWindow() function in tcu::Android::WindowRegistry
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.h61 void destroyWindow(glx::Window window) const;
DWindowSurfaceGLX.cpp44 mGLX.destroyWindow(mGLXWindow); in ~WindowSurfaceGLX()
DFunctionsGLX.cpp368 void FunctionsGLX::destroyWindow(glx::Window window) const in destroyWindow() function in rx::FunctionsGLX
/external/deqp/external/openglcts/modules/runner/
DglcAndroidTestActivity.cpp88 m_platform.getWindowRegistry().destroyWindow(window); in onWindowDestroyed()