Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanSurface.cpp345 bufferInfo.hasValidContents = false; in releaseBuffers()
476 currentBuffer.hasValidContents = true; in presentCurrentBuffer()
489 return currentBuffer.hasValidContents ? (mPresentCount - currentBuffer.lastPresentedCount) : 0; in getCurrentBuffersAge()
H A DVulkanSurface.h64 bool hasValidContents = false; member