Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.h80 int getCurrentBuffersAge();
H A DVulkanSurface.cpp533 int VulkanSurface::getCurrentBuffersAge() { in getCurrentBuffersAge() function in android::uirenderer::renderthread::VulkanSurface
H A DVulkanManager.cpp528 int bufferAge = (mSwapBehavior == SwapBehavior::Discard) ? 0 : surface->getCurrentBuffersAge(); in dequeueNextBuffer()