Home
last modified time | relevance | path

Searched refs:backendSemaphore (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.cpp282 GrBackendSemaphore backendSemaphore; in NativeFlushFrame() local
283 backendSemaphore.initVulkan(semaphore); in NativeFlushFrame()
287 flushInfo.fSignalSemaphores = &backendSemaphore; in NativeFlushFrame()
293 drawingFlushInfo.backendSemaphore = static_cast<void*>(&backendSemaphore); in NativeFlushFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.cpp477 …flushInfo.fSignalSemaphores = static_cast<GrBackendSemaphore*>(drawingflushInfo->backendSemaphore); in Flush()
509 GrBackendSemaphore backendSemaphore; in Wait() local
510 backendSemaphore.initGL(sync); in Wait()
511 semaphores.emplace_back(backendSemaphore); in Wait()
528 GrBackendSemaphore backendSemaphore; in Wait() local
529 backendSemaphore.initVulkan(semaphore); in Wait()
530 skSurface_->wait(time, &backendSemaphore); in Wait()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp256 GrBackendSemaphore backendSemaphore; in FlushFrame() local
257 backendSemaphore.initVulkan(semaphore); in FlushFrame()
273 drawingFlushInfo.backendSemaphore = static_cast<void*>(&backendSemaphore); in FlushFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h45 void* backendSemaphore = nullptr; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1761 GrBackendSemaphore backendSemaphore; in OptimizedFlushAndSubmit() local
1762 backendSemaphore.initVulkan(semaphore); in OptimizedFlushAndSubmit()
1770 drawingFlushInfo.backendSemaphore = static_cast<void*>(&backendSemaphore); in OptimizedFlushAndSubmit()