Home
last modified time | relevance | path

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

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