Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp560 ALOGE_IF(mSwapSemaphore != VK_NULL_HANDLE || mDestroySemaphoreContext != nullptr, in finishFrame()
597 mSwapSemaphore = semaphore; in finishFrame()
615 mFrameBoundaryANDROID(mDevice, mSwapSemaphore, image); in finishFrame()
634 if (mSwapSemaphore != VK_NULL_HANDLE) { in swapBuffers()
638 getFdInfo.semaphore = mSwapSemaphore; in swapBuffers()
652 mSwapSemaphore = VK_NULL_HANDLE; in swapBuffers()
H A DVulkanManager.h204 VkSemaphore mSwapSemaphore = VK_NULL_HANDLE; variable