Home
last modified time | relevance | path

Searched refs:CreateVkSemaphore (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.h50 void CreateVkSemaphore(
H A Dsurface_ohos_vulkan.cpp131 void SurfaceOhosVulkan::CreateVkSemaphore( in CreateVkSemaphore() function in OHOS::Rosen::SurfaceOhosVulkan
218 CreateVkSemaphore(&semaphore, vkContext, nativeSurface); in NativeRequestFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp114 void RSSurfaceOhosVulkan::CreateVkSemaphore( in CreateVkSemaphore() function in OHOS::Rosen::RSSurfaceOhosVulkan
216 CreateVkSemaphore(semaphore, vkContext, nativeSurface); in RequestFrame()
H A Drs_surface_ohos_vulkan.h105 void CreateVkSemaphore(VkSemaphore& semaphore,
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssurfaceohosvulkan_fuzzer/
H A Drssurfaceohosvulkan_fuzzer.cpp299 rsSurfaceOhosVulkan->CreateVkSemaphore(semaphore, vkContext, nativeSurface); in DoCreateVkSemaphore()