Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/client/client_command_fps/
Dmain.cpp309 std::string tempLayerName; in main() local
319 tempLayerName = GetLayer(); in main()
321 layerName = tempLayerName; in main()
325 if (layerName.compare(tempLayerName) != 0) { in main()
326 layerName = tempLayerName; in main()
/developtools/profiler/host/smartperf/client/client_command/
Dprofiler_fps.cpp260 std::string tempLayerName; in GetFpsInfo() local
263 tempLayerName = GetLayer(); in GetFpsInfo()
266 fpsInfo = GetSurfaceFrame(tempLayerName); in GetFpsInfo()