Home
last modified time | relevance | path

Searched refs:mDestroySemaphoreContext (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()
581 mDestroySemaphoreContext = new DestroySemaphoreInfo(mDestroySemaphore, mDevice, semaphore); in finishFrame()
585 flushInfo.fFinishedContext = mDestroySemaphoreContext; in finishFrame()
618 destroy_semaphore(mDestroySemaphoreContext); in finishFrame()
619 mDestroySemaphoreContext = nullptr; in finishFrame()
647 if (mDestroySemaphoreContext) { in swapBuffers()
648 destroy_semaphore(mDestroySemaphoreContext); in swapBuffers()
653 mDestroySemaphoreContext = nullptr; in swapBuffers()
H A DVulkanManager.h205 void* mDestroySemaphoreContext = nullptr; variable