Home
last modified time | relevance | path

Searched refs:createExportableSemaphore (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/renderengine/skia/
DVulkanInterface.h53 VkSemaphore createExportableSemaphore();
DGaneshVkRenderEngine.cpp88 VkSemaphore semaphore = vi.createExportableSemaphore(); in flushAndSubmit()
DGraphiteVkRenderEngine.cpp94 VkSemaphore vkSignalSemaphore = vulkanInterface.createExportableSemaphore(); in flushAndSubmit()
DVulkanInterface.cpp69 VkSemaphore VulkanInterface::createExportableSemaphore() { in createExportableSemaphore() function in android::renderengine::skia::VulkanInterface