Searched refs:mCreateSemaphore (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 449 VkResult err = mCreateSemaphore(mDevice, &semaphoreInfo, nullptr, &semaphore); in dequeueNextBuffer() 517 VkResult err = mCreateSemaphore(mDevice, &semaphoreInfo, nullptr, &semaphore); in swapBuffers() 588 VkResult err = mCreateSemaphore(mDevice, &semaphoreInfo, nullptr, &semaphore); in fenceWait() 634 VkResult err = mCreateSemaphore(mDevice, &semaphoreInfo, nullptr, &semaphore); in createReleaseFence()
|
D | VulkanManager.h | 148 VkPtr<PFN_vkCreateSemaphore> mCreateSemaphore; variable
|