Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list.h176 uint32_t AddRecordCmd(const std::shared_ptr<RecordCmd>& recordCmd);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list.cpp212 uint32_t CmdList::AddRecordCmd(const std::shared_ptr<RecordCmd>& recordCmd) in AddRecordCmd() function in OHOS::Rosen::Drawing::CmdList
H A Dcmd_list_helper.cpp151 auto index = cmdList.AddRecordCmd(recordCmd); in AddRecordCmdToCmdList()