Home
last modified time | relevance | path

Searched refs:RenderGroupHandle (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…
243 const RenderGroupHandle& renderGroupHandle);
H A Drecording_handle.h63 struct RenderGroupHandle { struct
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp340 std::vector<RenderGroupHandle> handleVector2; in AddSymbolLayersToCmdList()
362 … auto handleVector2 = GetVectorFromCmdList<RenderGroupHandle>(cmdList, symbolLayersHandle.groups); in GetSymbolLayersFromCmdList()
372 RenderGroupHandle CmdListHelper::AddRenderGroupToCmdList(CmdList& cmdList, const DrawingRenderGroup… in AddRenderGroupToCmdList()
384 const RenderGroupHandle& renderGroupHandle) in GetRenderGroupFromCmdList()