Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp496 ALOGE_IF(mSwapSemaphore != VK_NULL_HANDLE || mDestroySemaphoreContext != nullptr, in finishFrame()
517 mDestroySemaphoreContext = new DestroySemaphoreInfo(mDestroySemaphore, mDevice, semaphore); in finishFrame()
521 flushInfo.fFinishedContext = mDestroySemaphoreContext; in finishFrame()
553 destroy_semaphore(mDestroySemaphoreContext); in finishFrame()
554 mDestroySemaphoreContext = nullptr; in finishFrame()
582 if (mDestroySemaphoreContext) { in swapBuffers()
583 destroy_semaphore(mDestroySemaphoreContext); in swapBuffers()
588 mDestroySemaphoreContext = nullptr; in swapBuffers()
H A DVulkanManager.h222 void* mDestroySemaphoreContext = nullptr; variable