Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.h69 bool presentCurrentBuffer(const SkRect& dirtyRect, int semaphoreFd);
H A DVulkanSurface.cpp443 bool VulkanSurface::presentCurrentBuffer(const SkRect& dirtyRect, int semaphoreFd) { in presentCurrentBuffer() function in android::uirenderer::renderthread::VulkanSurface
H A DVulkanManager.cpp586 surface->presentCurrentBuffer(dirtyRect, fenceFd); in swapBuffers()