Searched refs:CmdListHandle (Results 1 – 3 of 3) sorted by relevance
70 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()
48 struct CmdListHandle { struct
248 CmdListHandle CmdListHelper::AddChildToCmdList(CmdList& cmdList, const std::shared_ptr<CmdList>& ch… in AddChildToCmdList()250 CmdListHandle childHandle = { 0 }; in AddChildToCmdList()