Home
last modified time | relevance | path

Searched refs:GetNextAcquireSwapchainSemaphoreIndex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.h61 uint32_t GetNextAcquireSwapchainSemaphoreIndex() const;
H A Dswapchain_vk.cpp455 uint32_t SwapchainVk::GetNextAcquireSwapchainSemaphoreIndex() const in GetNextAcquireSwapchainSemaphoreIndex() function in SwapchainVk
H A Drender_backend_vk.cpp187 const uint32_t semaphoreIdx = swapchain->GetNextAcquireSwapchainSemaphoreIndex(); in AcquirePresentationInfo()