Home
last modified time | relevance | path

Searched refs:SendSemaphoreWithFd (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_vulkan_context.h63 info->mVkContext.SendSemaphoreWithFd(info->mSemaphore, info->mFenceFd); in DestroyCallbackRefs()
216 void SendSemaphoreWithFd(VkSemaphore semaphore, int fenceFd);
H A Drs_vulkan_context.cpp519 void RsVulkanInterface::SendSemaphoreWithFd(VkSemaphore semaphore, int fenceFd) in SendSemaphoreWithFd() function in OHOS::Rosen::RsVulkanInterface