Home
last modified time | relevance | path

Searched defs:drawCmds (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/command/
H A Drs_canvas_node_command_test.cpp48 std::shared_ptr<Drawing::DrawCmdList> drawCmds = nullptr; variable
103 std::shared_ptr<Drawing::DrawCmdList> drawCmds; variable
134 std::shared_ptr<Drawing::DrawCmdList> drawCmds = nullptr; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_canvas_node_command.cpp32 std::shared_ptr<Drawing::DrawCmdList> drawCmds, RSModifierType type) in AddCmdToSingleFrameComposer()
51 …RSContext& context, NodeId id, std::shared_ptr<Drawing::DrawCmdList> drawCmds, uint16_t modifierTy… in UpdateRecording()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscommand_fuzzer/
H A Drscommand_fuzzer.cpp182 std::shared_ptr<Drawing::DrawCmdList> drawCmds; in RSCanvasNodeCommandFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_render_node.cpp56 void RSCanvasRenderNode::UpdateRecording(std::shared_ptr<Drawing::DrawCmdList> drawCmds, in UpdateRecording()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_render_node_test.cpp75 auto drawCmds = std::make_shared<Drawing::DrawCmdList>(w, h); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/pipeline/rsrendernode_fuzzer/
H A Drsrendernode_fuzzer.cpp151 std::shared_ptr<Drawing::DrawCmdList> drawCmds = Drawing::DrawCmdList::CreateFromData( in RSCanvasRenderNodeFuzzTest() local