Home
last modified time | relevance | path

Searched refs:AddRenderGroupToCmdList (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h241 …static RenderGroupHandle AddRenderGroupToCmdList(CmdList& cmdList, const DrawingRenderGroup& group…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp342 handleVector2.push_back(AddRenderGroupToCmdList(cmdList, groups.at(i))); in AddSymbolLayersToCmdList()
372 RenderGroupHandle CmdListHelper::AddRenderGroupToCmdList(CmdList& cmdList, const DrawingRenderGroup… in AddRenderGroupToCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp310 auto handle = CmdListHelper::AddRenderGroupToCmdList(*cmdList, renderGroup);