Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidWindow.hpp88 void destroyWindow (ANativeWindow* window);
DtcuAndroidTestActivity.cpp71 m_platform.getWindowRegistry().destroyWindow(window); in onWindowDestroyed()
DtcuAndroidWindow.cpp147 void WindowRegistry::destroyWindow (ANativeWindow* rawHandle) in destroyWindow() function in tcu::Android::WindowRegistry
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.h61 void destroyWindow(glx::Window window) const;
DWindowSurfaceGLX.cpp44 mGLX.destroyWindow(mGLXWindow); in ~WindowSurfaceGLX()
DFunctionsGLX.cpp357 void FunctionsGLX::destroyWindow(glx::Window window) const in destroyWindow() function in rx::FunctionsGLX
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.h61 void destroyWindow(glx::Window window) const;
DWindowSurfaceGLX.cpp47 mGLX.destroyWindow(mGLXWindow); in ~WindowSurfaceGLX()
DFunctionsGLX.cpp385 void FunctionsGLX::destroyWindow(glx::Window window) const in destroyWindow() function in rx::FunctionsGLX
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcAndroidTestActivity.cpp93 m_platform.getWindowRegistry().destroyWindow(window); in onWindowDestroyed()