Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp527 new DestroySemaphoreInfo(mDestroySemaphore, mDevice, semaphore); in swapBuffers()
605 mDestroySemaphore(mDevice, semaphore, nullptr); in fenceWait()
647 new DestroySemaphoreInfo(mDestroySemaphore, mDevice, semaphore); in createReleaseFence()
DVulkanManager.h141 VkPtr<PFN_vkDestroySemaphore> mDestroySemaphore; variable