Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h134 void UnmarshallingDrawOps(uint32_t* opItemCount = nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp745 drawCmdList1->UnmarshallingDrawOps();
751 drawCmdList2->UnmarshallingDrawOps();
825 drawCmdList->UnmarshallingDrawOps();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp63 UnmarshallingDrawOps(); in ~DrawCmdList()
240 void DrawCmdList::UnmarshallingDrawOps(uint32_t* opItemCount) in UnmarshallingDrawOps() function in OHOS::Rosen::Drawing::DrawCmdList
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp1866 val->UnmarshallingDrawOps(opItemCount); in Unmarshalling()