Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DProfileData.cpp137 histogramGPUForEach([fd](HistogramEntry entry) { in dump()
222 void ProfileData::histogramGPUForEach(const std::function<void(HistogramEntry)>& callback) const { in histogramGPUForEach() function in android::uirenderer::ProfileData
H A DProfileData.h79 void histogramGPUForEach(const std::function<void(HistogramEntry)>& callback) const;
/aosp12/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp232 data->histogramGPUForEach([&](ProfileData::HistogramEntry entry) { in mergeProfileDataIntoProto()