Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp524 DestroySemaphoreInfo* destroyInfo = new DestroySemaphoreInfo(mDestroySemaphore, mDevice, in swapBuffers()
603 mDestroySemaphore(mDevice, semaphore, nullptr); in fenceWait()
643 DestroySemaphoreInfo* destroyInfo = new DestroySemaphoreInfo(mDestroySemaphore, mDevice, in createReleaseFence()
651 mDestroySemaphore(mDevice, semaphore, nullptr); in createReleaseFence()
DVulkanManager.h149 VkPtr<PFN_vkDestroySemaphore> mDestroySemaphore; variable