Home
last modified time | relevance | path

Searched defs:semaphore (Results 1 – 14 of 14) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
Dsurface_ohos_vulkan.cpp132VkSemaphore* semaphore, RsVulkanContext& vkContext, NativeBufferUtils::NativeSurfaceInfo& nativeSu… in CreateVkSemaphore()
217 VkSemaphore semaphore; in NativeRequestFrame() local
279 VkSemaphore semaphore; in NativeFlushFrame() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
Drs_surface_ohos_vulkan.cpp115VkSemaphore& semaphore, RsVulkanContext& vkContext, NativeBufferUtils::NativeSurfaceInfo& nativeSu… in CreateVkSemaphore()
215 VkSemaphore semaphore = VK_NULL_HANDLE; in RequestFrame() local
254 VkSemaphore semaphore = vkContext.RequireSemaphore(); in FlushFrame() local
Drs_vulkan_context.cpp511 VkSemaphore semaphore; in RequireSemaphore() local
519 void RsVulkanInterface::SendSemaphoreWithFd(VkSemaphore semaphore, int fenceFd) in SendSemaphoreWithFd()
Drs_vulkan_context.h261 VkSemaphore semaphore; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
Dsemaphore_linux.c49 Semaphore *semaphore = (Semaphore *)malloc(sizeof(Semaphore)); in SemaphoreCreate() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
Dsurface.cpp157 void Surface::Wait(int32_t time, const VkSemaphore& semaphore) in Wait()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
Dbtm_thread.c85 Semaphore *semaphore; member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
Dskia_surface_test.cpp130 VkSemaphore semaphore; variable
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
Dswapchain_vk.cpp411 for (const auto semaphore : plat_.swapchainImages.semaphores) { in ~SwapchainVk() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosvulkan_fuzzer/
Drssurfaceohosvulkan_fuzzer.cpp298 VkSemaphore semaphore; in DoCreateVkSemaphore() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_surface.cpp519 void SkiaSurface::Wait(int32_t time, const VkSemaphore& semaphore) in Wait()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
Dremote_executor.cpp77 SemaphoreUtils semaphore(0); in RemoteQuery() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_uni_render_util.cpp1759 VkSemaphore semaphore; in OptimizedFlushAndSubmit() local
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
Dswapchain_layer.cpp984 uint64_t timeout, VkSemaphore semaphore, VkFence vkFence, uint32_t* imageIndex) in AcquireNextImageKHR()