Home
last modified time | relevance | path

Searched defs:drawCmdList (Results 1 - 25 of 43) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_skp_capture_dfx.cpp79 auto drawCmdList = recordingCanvas_->GetDrawCmdList(); in EndCapture() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_modifier.cpp33 auto drawCmdList = rsRecordingCanvas_->GetDrawCmdList(); in onDraw() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/drawcmdlist_fuzzer/
H A Ddraw_cmd_list_fuzzer.cpp55 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, static_cast<bool>(isCopy)); in DrawCmdListFuzzTest000() local
102 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, static_cast<bool>(mode)); DrawCmdListFuzzTest001() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_canvas_drawing_node.cpp70 GetBitmap(Drawing::Bitmap& bitmap, std::shared_ptr<Drawing::DrawCmdList> drawCmdList, const Drawing::Rect* rect) GetBitmap() argument
112 GetPixelmap(std::shared_ptr<Media::PixelMap> pixelmap, std::shared_ptr<Drawing::DrawCmdList> drawCmdList, const Drawing::Rect* rect) GetPixelmap() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_canvas_drawing_node_test.cpp110 std::shared_ptr<Drawing::DrawCmdList> drawCmdList; in HWTEST_F() local
137 std::shared_ptr<Drawing::DrawCmdList> drawCmdList; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawable_fuzzer/
H A Drspropertydrawable_fuzzer.cpp68 auto drawCmdList = Drawing::DrawCmdList::CreateFromData({ nullptr, 0 }, false); in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/benchmarks/
H A Drs_recording_thread.cpp211 void RSRecordingThread::RecordingToFile(const std::shared_ptr<Drawing::DrawCmdList>& drawCmdList) in RecordingToFile() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_test.cpp65 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
H A Drs_misc_drawable_test.cpp150 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
259 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
302 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
351 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capture_recorder.cpp205 auto drawCmdList = recordingCanvas_->GetDrawCmdList(); in EndInstantCaptureDrawing() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_misc_drawable.cpp235 const auto& drawCmdList = ptr->drawCmdListVec_[i]; in CreateDrawFunc() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Drecording_canvas_test.cpp1246 auto drawCmdList = recordingCanvas->GetDrawCmdList(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_extended_modifier.h90 auto drawCmdList = RSExtendedModifierHelper::FinishDrawing(ctx); variable
/foundation/graphic/graphic_2d/rosen/test/render/render_base/unittest/draw/
H A Drs_misc_draw_test.cpp150 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
259 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
302 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
351 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
H A Drs_property_draw_test.cpp65 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_render_node_test.cpp308 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
H A Drs_canvas_drawing_render_node_test.cpp103 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in HWTEST_F() local
171 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(1024, 1090); in HWTEST_F() local
224 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, height); in HWTEST_F() local
369 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, height); in HWTEST_F() local
375 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, height); HWTEST_F() local
381 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, height); HWTEST_F() local
402 std::shared_ptr<Drawing::DrawCmdList> drawCmdList; HWTEST_F() local
455 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(width, height); HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/
H A Drs_canvas_drawing_node_drawable_test.cpp277 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = Drawing::DrawCmdList::CreateFromData(data, isCopy); in HWTEST_F() local
419 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = nullptr; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_unmarshal_thread.cpp231 auto drawCmdList = cmd->GetDrawCmdList(); in ReportTransactionDataStatistics() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable.h37 RSPropertyDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : drawCmdList_(std::move(drawCmdList)) {} in RSPropertyDrawable() argument
76 RSFrameOffsetDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSFrameOffsetDrawable() argument
90 RSClipToBoundsDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSClipToBoundsDrawable() argument
102 RSClipToFrameDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSClipToFrameDrawable() argument
H A Drs_property_drawable_foreground.h150 RSForegroundColorDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSForegroundColorDrawable() argument
191 RSBorderDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : RSPropertyDrawable(std::move(drawCmdList)) in RSBorderDrawable() argument
204 RSOutlineDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : RSPropertyDrawable(std::move(drawCmdList)) in RSOutlineDrawable() argument
215 RSParticleDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : RSPropertyDrawable(std::move(drawCmdList)) in RSParticleDrawable() argument
H A Drs_property_drawable_background.h74 RSMaskDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) : RSPropertyDrawable(std::move(drawCmdList)) {} in RSMaskDrawable() argument
86 RSBackgroundColorDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSBackgroundColorDrawable() argument
98 RSBackgroundShaderDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSBackgroundShaderDrawable() argument
110 RSBackgroundImageDrawable(std::shared_ptr<Drawing::DrawCmdList>&& drawCmdList) in RSBackgroundImageDrawable() argument
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/recording/drawcmd_fuzzer/
H A Ddrawcmd_fuzzer.cpp59 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); in DrawCmdFuzzTest001() local
95 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); in DrawCmdFuzzTest002() local
139 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); in DrawCmdFuzzTest003() local
179 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); in DrawCmdFuzzTest004() local
219 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); in DrawCmdFuzzTest005() local
262 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); DrawCmdFuzzTest006() local
301 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); DrawCmdFuzzTest007() local
355 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); DrawCmdFuzzTest008() local
401 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); DrawCmdFuzzTest009() local
456 auto drawCmdList = DrawCmdList::CreateFromData(cmdListData, false); DrawCmdFuzzTest010() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_canvas_drawing_render_node_drawable_test.cpp320 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = Drawing::DrawCmdList::CreateFromData(data, isCopy); in HWTEST_F() local
399 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = nullptr; in HWTEST_F() local
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp118 std::shared_ptr<Drawing::DrawCmdList> drawCmdList = std::make_shared<Drawing::DrawCmdList>(); in DoSomethingInterestingWithMyAPI() local

Completed in 15 milliseconds

12