Home
last modified time | relevance | path

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

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