Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp441 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()
DVulkanManager.h140 VkPtr<PFN_vkCreateSemaphore> mCreateSemaphore; variable