Searched refs:mCreateSemaphore (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | VulkanManager.cpp | 427 VkResult err = mCreateSemaphore(mDevice, &semaphoreInfo, nullptr, &semaphore); in dequeueNextBuffer() 509 VkResult err = mCreateSemaphore(mDevice, &semaphoreInfo, nullptr, &semaphore); in finishFrame() 635 VkResult err = mCreateSemaphore(mDevice, &semaphoreInfo, nullptr, &semaphore); in fenceWait() 685 VkResult err = mCreateSemaphore(mDevice, &semaphoreInfo, nullptr, &semaphore); in createReleaseFence()
|
H A D | VulkanManager.h | 170 VkPtr<PFN_vkCreateSemaphore> mCreateSemaphore; variable
|