Home
last modified time | relevance | path

Searched refs:PerformDeferredCleanup (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dgpu_context.cpp77 void GPUContext::PerformDeferredCleanup(std::chrono::milliseconds msNotUsed) in PerformDeferredCleanup() function in OHOS::Rosen::Drawing::GPUContext
79 impl_->PerformDeferredCleanup(msNotUsed); in PerformDeferredCleanup()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dmemory_handler.cpp39 gpuContext->PerformDeferredCleanup(std::chrono::seconds(10)); in ClearRedundantResources()
H A Drender_context.cpp479 drGPUContext_->PerformDeferredCleanup(std::chrono::seconds(10)); in ClearRedundantResources()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/image/
H A Dgpu_context_test.cpp165 gpuContext->PerformDeferredCleanup(msNotUsed);
254 gpuContext->PerformDeferredCleanup(msNotUsed);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dgpu_context_impl.h51 virtual void PerformDeferredCleanup(std::chrono::milliseconds msNotUsed) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_gpu_context.h66 void PerformDeferredCleanup(std::chrono::milliseconds msNotUsed) override;
H A Dskia_gpu_context.cpp160 void SkiaGPUContext::PerformDeferredCleanup(std::chrono::milliseconds msNotUsed) in PerformDeferredCleanup() function in OHOS::Rosen::Drawing::SkiaGPUContext
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dgpu_context.h143 void PerformDeferredCleanup(std::chrono::milliseconds msNotUsed);