Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp268 auto* callbackInfo = new RsVulkanInterface::CallbackSemaphoreInfo(vkContext, semaphore, -1); in FlushFrame()
275 RsVulkanInterface::CallbackSemaphoreInfo::DestroyCallbackRefs(context); in FlushFrame()
305 RsVulkanInterface::CallbackSemaphoreInfo::DestroyCallbackRefs(callbackInfo); in FlushFrame()
315 RsVulkanInterface::CallbackSemaphoreInfo::DestroyCallbackRefs(callbackInfo); in FlushFrame()
321 RsVulkanInterface::CallbackSemaphoreInfo::DestroyCallbackRefs(callbackInfo); in FlushFrame()
H A Drs_vulkan_context.h42 struct CallbackSemaphoreInfo { struct
48 CallbackSemaphoreInfo(RsVulkanInterface& vkContext, VkSemaphore semaphore, int fenceFd) in CallbackSemaphoreInfo() argument
60 CallbackSemaphoreInfo* info = reinterpret_cast<CallbackSemaphoreInfo*>(context); in DestroyCallbackRefs() argument