Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp468 struct DestroySemaphoreInfo { struct
480 DestroySemaphoreInfo(PFN_vkDestroySemaphore destroyFunction, VkDevice device, in DestroySemaphoreInfo() argument
486 DestroySemaphoreInfo* info = reinterpret_cast<DestroySemaphoreInfo*>(context); in destroy_semaphore()
517 mDestroySemaphoreContext = new DestroySemaphoreInfo(mDestroySemaphore, mDevice, semaphore); in finishFrame()
694 DestroySemaphoreInfo* destroyInfo = in createReleaseFence()
695 new DestroySemaphoreInfo(mDestroySemaphore, mDevice, semaphore); in createReleaseFence()