Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_recording_canvas.cpp110 Drawing::CmdListHelper::AddDrawFuncObjToCmdList(*drawCallList, object); in DrawDrawFunc()
H A Drs_draw_cmd.cpp679 auto objectHandle = CmdListHelper::AddDrawFuncObjToCmdList(cmdList, objectHandle_); in Marshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h64 static uint32_t DRAWING_API AddDrawFuncObjToCmdList(
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp499 uint32_t handle = CmdListHelper::AddDrawFuncObjToCmdList(*cmdList, nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp865 uint32_t CmdListHelper::AddDrawFuncObjToCmdList(CmdList &cmdList, const std::shared_ptr<ExtendDrawF… in AddDrawFuncObjToCmdList() function in OHOS::Rosen::Drawing::CmdListHelper