Home
last modified time | relevance | path

Searched refs:CmdListHandle (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.h70 static CmdListHandle AddRecordedToCmdList(CmdList& cmdList, const CommonType& recorded) in AddRecordedToCmdList()
85 …static CmdListHandle AddRecordedToCmdList(CmdList& cmdList, const std::shared_ptr<CommonType>& rec… in AddRecordedToCmdList()
103 static CmdListHandle AddRecordedToCmdList(CmdList& cmdList, const CommonType* recorded) in AddRecordedToCmdList()
121 … static std::shared_ptr<Type> GetFromCmdList(const CmdList& cmdList, const CmdListHandle& handler) in GetFromCmdList()
160 static CmdListHandle AddChildToCmdList(CmdList& cmdList, const std::shared_ptr<CmdList>& child);
163 …ared_ptr<CmdListType> GetChildFromCmdList(const CmdList& cmdList, const CmdListHandle& childHandle) in GetChildFromCmdList()
H A Drecording_handle.h48 struct CmdListHandle { struct
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp248 CmdListHandle CmdListHelper::AddChildToCmdList(CmdList& cmdList, const std::shared_ptr<CmdList>& ch… in AddChildToCmdList()
250 CmdListHandle childHandle = { 0 }; in AddChildToCmdList()