Home
last modified time | relevance | path

Searched refs:drawingflushInfo (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.cpp458 void SkiaSurface::Flush(FlushInfo *drawingflushInfo) in Flush() argument
464 if (drawingflushInfo != nullptr) { in Flush()
466 flushInfo.fNumSemaphores = drawingflushInfo->numSemaphores; in Flush()
467 flushInfo.fSignalSemaphores = static_cast<GrBackendSemaphore*>(drawingflushInfo->backendSemaphore); in Flush()
468 flushInfo.fFinishedProc = drawingflushInfo->finishedProc; in Flush()
469 flushInfo.fFinishedContext = static_cast<GrGpuFinishedContext>(drawingflushInfo->finishedContext); in Flush()
470 flushInfo.fSubmittedProc = drawingflushInfo->submittedProc; in Flush()
471 flushInfo.fSubmittedContext = static_cast<GrGpuSubmittedContext>(drawingflushInfo->submittedContext); in Flush()
472 skSurface_->flush(drawingflushInfo->backendSurfaceAccess == false ? in Flush()
H A Dskia_surface.h66 void Flush(FlushInfo *drawingflushInfo = nullptr) override;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dsurface.cpp134 void Surface::Flush(FlushInfo *drawingflushInfo) in Flush() argument
140 impl_->Flush(drawingflushInfo); in Flush()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H A Ddrawsurface_fuzzer.cpp120 FlushInfo drawingflushInfo; in SurfaceFuzzTest002() local
121 surface.Flush(&drawingflushInfo); in SurfaceFuzzTest002()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dsurface_impl.h63 virtual void Flush(FlushInfo *drawingflushInfo = nullptr) = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h186 void Flush(FlushInfo *drawingflushInfo = nullptr);

Completed in 3 milliseconds