Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/benchmarks/benchmark_dcl/
H A Ddrawing_playback.cpp509 std::string opsFile = inputFilePath_ + "ops_frame" + std::to_string(curFrameNo_) + ".txt"; in LoadDrawCmdList() local
510 WriteStringToFile(dcl_->GetOpsWithDesc(), opsFile); in LoadDrawCmdList()