Searched refs:layerShapeVec (Results 1 – 1 of 1) sorted by relevance
98 std::vector<std::string> layerShapeVec; in logLayerStats() local101 traverseLayerTreeStatsLocked(layerTree.topLevelLayers, layerGlobal, &layerShapeVec); in logLayerStats()104 StringPrintf("%d,%s,%s,%s", static_cast<int32_t>(layerShapeVec.size()), in logLayerStats()109 std::sort(layerShapeVec.begin(), layerShapeVec.end(), std::greater<std::string>()); in logLayerStats()110 for (auto const& s : layerShapeVec) { in logLayerStats()