Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/render_context/
H A Dmomory_handler_test.cpp44 MemoryHandler::ClearRedundantResources(nullptr);
47 MemoryHandler::ClearRedundantResources(gpuContext);
H A Drender_context_test.cpp169 renderContext.ClearRedundantResources(); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dmemory_handler.h30 static void ClearRedundantResources(Drawing::GPUContext* gpuContext);
H A Dmemory_handler.cpp33 void MemoryHandler::ClearRedundantResources(Drawing::GPUContext* gpuContext) in ClearRedundantResources() function in OHOS::Rosen::MemoryHandler
H A Drender_context.h75 void ClearRedundantResources();
H A Drender_context.cpp472 void RenderContext::ClearRedundantResources() in ClearRedundantResources() function in OHOS::Rosen::RenderContext
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_director.cpp190 MemoryHandler::ClearRedundantResources(drawingContext->GetDrawingContext()); in GoBackground()
192 renderContext->ClearRedundantResources(); in GoBackground()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp971 static void ClearRedundantResources(int32_t userId) in ClearRedundantResources() function
998 std::thread thread([userId]() { ClearRedundantResources(userId); }); in MountByUser()