Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h253 static uint32_t AddExtendObjectToCmdList(CmdList& cmdList, std::shared_ptr<ExtendObject>);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp608 uint32_t offset = AddExtendObjectToCmdList(cmdList, object); in AddShaderEffectToCmdList()
876 uint32_t CmdListHelper::AddExtendObjectToCmdList(CmdList& cmdList, std::shared_ptr<ExtendObject> ob… in AddExtendObjectToCmdList() function in OHOS::Rosen::Drawing::CmdListHelper