Searched refs:histogramGPUForEach (Results 1 – 3 of 3) sorted by relevance
138 histogramGPUForEach([fd](HistogramEntry entry) { in dump()225 void ProfileData::histogramGPUForEach(const std::function<void(HistogramEntry)>& callback) const { in histogramGPUForEach() function in android::uirenderer::ProfileData
79 void histogramGPUForEach(const std::function<void(HistogramEntry)>& callback) const;
232 data->histogramGPUForEach([&](ProfileData::HistogramEntry entry) { in mergeProfileDataIntoProto()