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