Home
last modified time | relevance | path

Searched refs:backendSemaphore (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_ohos_vulkan.cpp274 GrBackendSemaphore backendSemaphore; in NativeFlushFrame() local
275 backendSemaphore.initVulkan(semaphore); in NativeFlushFrame()
279 flushInfo.fSignalSemaphores = &backendSemaphore; in NativeFlushFrame()
285 drawingFlushInfo.backendSemaphore = static_cast<void*>(&backendSemaphore); in NativeFlushFrame()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp257 GrBackendSemaphore backendSemaphore; in FlushFrame() local
258 backendSemaphore.initVulkan(semaphore); in FlushFrame()
274 drawingFlushInfo.backendSemaphore = static_cast<void*>(&backendSemaphore); in FlushFrame()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.cpp467 flushInfo.fSignalSemaphores = static_cast<GrBackendSemaphore*>(drawingflushInfo->backendSemaphore); in Flush()
499 GrBackendSemaphore backendSemaphore; in Wait() local
500 backendSemaphore.initGL(sync); in Wait()
501 semaphores.emplace_back(backendSemaphore); in Wait()
519 GrBackendSemaphore backendSemaphore; in Wait() local
520 backendSemaphore.initVulkan(semaphore); in Wait()
521 skSurface_->wait(time, &backendSemaphore); in Wait()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h45 void* backendSemaphore = nullptr; member
/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()

Completed in 9 milliseconds