Home
last modified time | relevance | path

Searched refs:GetOpsWithDesc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Ddraw_cmd_list.h123 std::string GetOpsWithDesc() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Ddraw_cmd_test.cpp702 s = drawCmdList->GetOpsWithDesc();
729 s = drawCmdList->GetOpsWithDesc();
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp510 WriteStringToFile(dcl_->GetOpsWithDesc(), opsFile); in LoadDrawCmdList()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp145 std::string DrawCmdList::GetOpsWithDesc() const in GetOpsWithDesc() function in OHOS::Rosen::Drawing::DrawCmdList
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp180 auto propertyStr = drawCmdListPtr ? drawCmdListPtr->GetOpsWithDesc() : ""; in DumpNodeDrawCmdModifier()