Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp427 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 DVulkanManager.h170 VkPtr<PFN_vkCreateSemaphore> mCreateSemaphore; variable