Home
last modified time | relevance | path

Searched refs:RSDrawCmdListRenderModifier (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_single_frame_composer_test.cpp37 std::shared_ptr<RSDrawCmdListRenderModifier> modifier = in ModifierAddToList()
38 std::make_shared<RSDrawCmdListRenderModifier>(property_); in ModifierAddToList()
89 …std::shared_ptr<RSDrawCmdListRenderModifier> modifier = std::make_shared<RSDrawCmdListRenderModifi…
H A Drs_canvas_drawing_render_node_test.cpp108 …st<std::shared_ptr<RSRenderModifier>> listModifier { std::make_shared<RSDrawCmdListRenderModifier>(
174 …st<std::shared_ptr<RSRenderModifier>> listModifier { std::make_shared<RSDrawCmdListRenderModifier>(
227 …st<std::shared_ptr<RSRenderModifier>> listModifier { std::make_shared<RSDrawCmdListRenderModifier>(
460 …st<std::shared_ptr<RSRenderModifier>> listModifier { std::make_shared<RSDrawCmdListRenderModifier>(
462 std::shared_ptr<RSDrawCmdListRenderModifier> modifier1;
465 auto modifier2 = std::make_shared<RSDrawCmdListRenderModifier>(property2);
H A Drs_render_node_test.cpp1415 std::make_shared<RSDrawCmdListRenderModifier>(property));
1812 std::shared_ptr<RSDrawCmdListRenderModifier> modifier1 =
1813 std::make_shared<RSDrawCmdListRenderModifier>(propertyTest1);
1816 std::shared_ptr<RSDrawCmdListRenderModifier> modifier2 =
1817 std::make_shared<RSDrawCmdListRenderModifier>(propertyTest2);
1891 std::shared_ptr<RSDrawCmdListRenderModifier> modifier1 =
1892 std::make_shared<RSDrawCmdListRenderModifier>(propertyTest1);
1920 std::shared_ptr<RSDrawCmdListRenderModifier> modifier1 =
1921 std::make_shared<RSDrawCmdListRenderModifier>(propertyTest1);
2078 std::shared_ptr<RSDrawCmdListRenderModifier> modifier = nullptr;
[all …]
H A Drs_canvas_render_node_test.cpp343 …st<std::shared_ptr<RSRenderModifier>> listModifier { std::make_shared<RSDrawCmdListRenderModifier>(
H A Drs_render_node_test2.cpp1230 std::shared_ptr<RSDrawCmdListRenderModifier> drawCmdModifiersTest =
1231 std::make_shared<RSDrawCmdListRenderModifier>(propertyTest);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rssingleframecomposer_fuzzer/
H A Drssingleframecomposer_fuzzer.cpp72 …std::shared_ptr<RSDrawCmdListRenderModifier> modifier = std::make_shared<RSDrawCmdListRenderModifi… in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_modifier_test.cpp130 auto modifier = std::make_shared<RSDrawCmdListRenderModifier>(prop);
134 ASSERT_TRUE(RSDrawCmdListRenderModifier::Unmarshalling(parcel) != nullptr);
142 ASSERT_TRUE(RSDrawCmdListRenderModifier::Unmarshalling(parcel) != nullptr);
150 …ret = (modifier->Marshalling(parcel) && (RSDrawCmdListRenderModifier::Unmarshalling(parcel) != nul…
213 auto modifier = std::make_shared<RSDrawCmdListRenderModifier>(prop);
306 auto modifier = std::make_shared<RSDrawCmdListRenderModifier>(prop);
326 auto modifier = std::make_shared<RSDrawCmdListRenderModifier>(prop);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_misc_drawable_test.cpp153 …ist<std::shared_ptr<RSRenderModifier>> list { std::make_shared<RSDrawCmdListRenderModifier>(proper…
157 list.emplace_back(std::make_shared<RSDrawCmdListRenderModifier>(propertyTwo));
262 …ist<std::shared_ptr<RSRenderModifier>> list { std::make_shared<RSDrawCmdListRenderModifier>(proper…
305 …ist<std::shared_ptr<RSRenderModifier>> list { std::make_shared<RSDrawCmdListRenderModifier>(proper…
354 …ist<std::shared_ptr<RSRenderModifier>> list { std::make_shared<RSDrawCmdListRenderModifier>(proper…
H A Drs_property_drawable_background_test.cpp393 …ist<std::shared_ptr<RSRenderModifier>> list { std::make_shared<RSDrawCmdListRenderModifier>(proper…
401 …st<std::shared_ptr<RSRenderModifier>> list2 { std::make_shared<RSDrawCmdListRenderModifier>(proper…
406 …st<std::shared_ptr<RSRenderModifier>> list3 { std::make_shared<RSDrawCmdListRenderModifier>(proper…
411 …st<std::shared_ptr<RSRenderModifier>> list4 { std::make_shared<RSDrawCmdListRenderModifier>(proper…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_modifier.cpp75 RSDrawCmdListRenderModifier* modifier = new RSDrawCmdListRenderModifier(prop); in __anon35d38fe50202()
160 void RSDrawCmdListRenderModifier::Apply(RSModifierContext& context) const in Apply()
168 void RSDrawCmdListRenderModifier::Update(const std::shared_ptr<RSRenderPropertyBase>& prop, bool is… in Update()
175 bool RSDrawCmdListRenderModifier::Marshalling(Parcel& parcel) in Marshalling()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_render_modifier.h130 class RSB_EXPORT RSDrawCmdListRenderModifier : public RSRenderModifier {
132RSDrawCmdListRenderModifier(const std::shared_ptr<RSRenderProperty<Drawing::DrawCmdListPtr>>& prop… in RSDrawCmdListRenderModifier() function
135 ~RSDrawCmdListRenderModifier() override = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_render_node.cpp63 auto renderModifier = std::make_shared<RSDrawCmdListRenderModifier>(renderProperty); in UpdateRecording()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.cpp190 auto renderModifier = std::make_shared<RSDrawCmdListRenderModifier>(renderProperty); in CreateRenderModifier()