Home
last modified time | relevance | path

Searched refs:FlushAndSubmit (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_surface_test.cpp54 surface->FlushAndSubmit(true);
250 surface->FlushAndSubmit(false);
255 surface->FlushAndSubmit(true);
H A Dskia_image_test.cpp101 surface->FlushAndSubmit(true);
227 surface->FlushAndSubmit(true);
323 surface->FlushAndSubmit(true);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dgpu_context.cpp67 void GPUContext::FlushAndSubmit(bool syncCpu) in FlushAndSubmit() function in OHOS::Rosen::Drawing::GPUContext
69 impl_->FlushAndSubmit(syncCpu); in FlushAndSubmit()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dsurface.cpp129 void Surface::FlushAndSubmit(bool syncCpu) in FlushAndSubmit() function in OHOS::Rosen::Drawing::Surface
131 impl_->FlushAndSubmit(syncCpu); in FlushAndSubmit()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.cpp644 gpuContext->FlushAndSubmit(true); in TrimMemEmptyType()
721 gpuContext->FlushAndSubmit(true); in TrimMem()
725 gpuContext->FlushAndSubmit(true); in TrimMem()
729 gpuContext->FlushAndSubmit(true); in TrimMem()
733 gpuContext->FlushAndSubmit(true); in TrimMem()
828 grContext->FlushAndSubmit(true); in PostClearMemoryTask()
H A Drs_ui_capture_task_parallel.cpp68 surface.FlushAndSubmit(true); in DrawCapturedImg()
H A Drs_surface_capture_task_parallel.cpp63 surface.FlushAndSubmit(true); in DrawCapturedImg()
H A Drs_uni_render_util.cpp1779 surface->FlushAndSubmit(true); in OptimizedFlushAndSubmit()
1782 surface->FlushAndSubmit(true); in OptimizedFlushAndSubmit()
H A Drs_main_thread.cpp1743 grContext->FlushAndSubmit(true); in ClearMemoryCache()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dsurface_impl.h60 virtual void FlushAndSubmit(bool syncCpu) = 0;
H A Dgpu_context_impl.h49 virtual void FlushAndSubmit(bool syncCpu) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.h86 mSkContext->FlushAndSubmit(true); in WaitSurfaceClear()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_surface.h65 void FlushAndSubmit(bool syncCpu) override;
H A Dskia_gpu_context.h64 void FlushAndSubmit(bool syncCpu) override;
H A Dskia_gpu_context.cpp142 void SkiaGPUContext::FlushAndSubmit(bool syncCpu) in FlushAndSubmit() function in OHOS::Rosen::Drawing::SkiaGPUContext
H A Dskia_surface.cpp448 void SkiaSurface::FlushAndSubmit(bool syncCpu) in FlushAndSubmit() function in OHOS::Rosen::Drawing::SkiaSurface
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dsurface.h183 void FlushAndSubmit(bool syncCpu = false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dgpu_context.h136 void FlushAndSubmit(bool syncCpu = false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp225 cacheSurface->FlushAndSubmit(true); in RenderCache()
443 grContext_->FlushAndSubmit(true); in ResetGrContext()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H A Ddrawsurface_fuzzer.cpp119 surface.FlushAndSubmit(syncCpu); in SurfaceFuzzTest002()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp156 drawingSurface->FlushAndSubmit(); in MakePiexlMapDrawCmdList()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.cpp334 drGPUContext_->FlushAndSubmit(true); in AbandonContext()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/pointer_render/
H A Drs_pointer_render_manager.cpp469 surface->FlushAndSubmit(true); in GetIntersectImageFromGL()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H A Dpixel_map_from_surface.cpp403 drawingSurface->FlushAndSubmit(true); in DrawImageRectVK()