Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp375 std::vector<GroupInfoHandle> handleVector; in AddRenderGroupToCmdList() local
377 handleVector.push_back(AddGroupInfoToCmdList(cmdList, infos.at(i))); in AddRenderGroupToCmdList()
379 std::pair<size_t, size_t> groupInfosHandle = AddVectorToCmdList(cmdList, handleVector); in AddRenderGroupToCmdList()
389 auto handleVector = GetVectorFromCmdList<GroupInfoHandle>(cmdList, renderGroupHandle.infos); in GetRenderGroupFromCmdList() local
391 for (size_t i = 0; i < handleVector.size(); i++) { in GetRenderGroupFromCmdList()
392 groupInfos.push_back(GetGroupInfoFromCmdList(cmdList, handleVector.at(i))); in GetRenderGroupFromCmdList()