Home
last modified time | relevance | path

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

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