Home
last modified time | relevance | path

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

/external/angle/util/capture/
Dframe_capture_test_utils.h82 void setTraceGzPath(const std::string &traceGzPath) in setTraceGzPath() argument
84 mTraceFunctions->SetTraceGzPath(traceGzPath); in setTraceGzPath()
Dtrace_interface.h61 virtual void SetTraceGzPath(const std::string &traceGzPath);
Dtrace_fixture.cpp353 void SetTraceGzPath(const std::string &traceGzPath) override { gTraceGzPath = traceGzPath; } in SetTraceGzPath()
/external/angle/src/tests/perf_tests/
DTracePerfTest.cpp1721 std::string traceGzPath = FindTraceGzPath(traceInfo.name); in initializeBenchmark() local
1722 if (traceGzPath.empty()) in initializeBenchmark()
1727 mTraceReplay->setTraceGzPath(traceGzPath); in initializeBenchmark()