Home
last modified time | relevance | path

Searched refs:GetDrawFuncObjFromCmdList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h66 static std::shared_ptr<ExtendDrawFuncObj> GetDrawFuncObjFromCmdList(
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp501 auto sptr = CmdListHelper::GetDrawFuncObjFromCmdList(*cmdList, handle);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp870 std::shared_ptr<ExtendDrawFuncObj> CmdListHelper::GetDrawFuncObjFromCmdList( in GetDrawFuncObjFromCmdList() function in OHOS::Rosen::Drawing::CmdListHelper
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp664 objectHandle_ = CmdListHelper::GetDrawFuncObjFromCmdList(cmdList, handle->funcObjectId); in DrawFuncOpItem()