Home
last modified time | relevance | path

Searched refs:DrawCmdListPtr (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_misc_drawable_test.cpp151 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
155 auto propertyTwo = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
260 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
303 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
352 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
H A Drs_property_drawable_background_test.cpp391 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
399 auto property2 = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
404 auto property3 = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
409 auto property4 = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_canvas_drawing_render_node.h75 const std::map<RSModifierType, std::list<Drawing::DrawCmdListPtr>>& GetDrawCmdLists() const;
105 std::map<RSModifierType, std::list<Drawing::DrawCmdListPtr>> drawCmdLists_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_drawing_render_node_test.cpp106 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
172 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
225 auto property = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
322 …std::list<Drawing::DrawCmdListPtr> listDrawCmd { std::make_shared<Drawing::DrawCmdList>(width, hig…
458 auto property1 = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
464 auto property2 = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
468 std::list<Drawing::DrawCmdListPtr> listDrawCmd;
H A Drs_render_node_test.cpp1412 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> property =
1413 std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
1810 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> propertyTest1 =
1811 std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
1814 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> propertyTest2 =
1815 std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
1888 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> propertyTest1 =
1889 std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
1918 std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
2082 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> propertyTest =
[all …]
H A Drs_single_frame_composer_test.cpp47 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> property_;
H A Drs_canvas_render_node_test.cpp341 auto propertyTwo = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
H A Drs_render_node_test2.cpp1227 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> propertyTest =
1228 std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_modifier.h132 …RSDrawCmdListRenderModifier(const std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>>& prop… in RSDrawCmdListRenderModifier()
133 … : property_(property ? property : std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>()) in RSDrawCmdListRenderModifier()
168 Drawing::DrawCmdListPtr drawCmd = property_->Get(); in GetDrawCmdListId()
182 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> property_;
H A Drs_render_property.h383 RSB_EXPORT void RSRenderProperty<Drawing::DrawCmdListPtr>::Dump(std::string& out) const;
444 extern template class RSRenderProperty<Drawing::DrawCmdListPtr>;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_modifier_test.cpp129 …auto prop = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), i…
138 …auto prop1 = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), …
212 …auto prop = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), i…
305 …auto prop = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), i…
325 …auto prop = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(canvas.GetDrawCmdList(), i…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_node_command.h117 … RSContext& context, NodeId nodeId, Drawing::DrawCmdListPtr value, PropertyId id, bool isDelta) in UpdateModifierDrawCmdList()
120 std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(value, id); in UpdateModifierDrawCmdList()
251 NodeId, Drawing::DrawCmdListPtr, PropertyId, PropertyUpdateType))
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_drawing_render_node.cpp429 … if (auto cmd = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(prop)->Get()) { in GetSizeFromDrawCmdModifiers()
476 … auto cmd = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(prop)->Get(); in AddDirtyType()
531 const std::map<RSModifierType, std::list<Drawing::DrawCmdListPtr>>& RSCanvasDrawingRenderNode::GetD… in GetDrawCmdLists()
H A Drs_canvas_render_node.cpp62 …auto renderProperty = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>(drawCmds, ANONYM… in UpdateRecording()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssingleframecomposer_fuzzer/
H A Drssingleframecomposer_fuzzer.cpp71 std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>> property_; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h223 using DrawCmdListPtr = std::shared_ptr<DrawCmdList>; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_painter.h77 …const RSProperties& properties, RSPaintFilterCanvas& canvas, Drawing::DrawCmdListPtr& drawCmdList);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp188 auto renderProperty = std::make_shared<RSRenderProperty<Drawing::DrawCmdListPtr>>( in CreateRenderModifier()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp488 void RSRenderProperty<Drawing::DrawCmdListPtr>::Dump(std::string& out) const in Dump()
747 template class RSRenderProperty<Drawing::DrawCmdListPtr>;
H A Drs_render_modifier.cpp170 if (auto property = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(prop)) { in Update()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_misc_drawable.cpp184 auto property = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>( in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp178 …auto propertyPtr = std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(modifier.Ge… in DumpNodeDrawCmdModifier()
H A Drs_profiler_base.cpp919 …modifier ? std::static_pointer_cast<RSRenderProperty<Drawing::DrawCmdListPtr>>(modifier->GetProper… in PerfTreeFlatten()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1111 const RSProperties& properties, RSPaintFilterCanvas& canvas, Drawing::DrawCmdListPtr& cmds) in DrawFrame()