Home
last modified time | relevance | path

Searched refs:UpdateWindow (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.h117 static bool UpdateWindow(ANativeWindow* window, const WindowInfo& windowInfo);
H A DVulkanSurface.cpp151 if (!UpdateWindow(window, windowInfo)) { in Create()
293 bool VulkanSurface::UpdateWindow(ANativeWindow* window, const WindowInfo& windowInfo) { in UpdateWindow() function in android::uirenderer::renderthread::VulkanSurface