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