Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp46 constexpr int sGPUHistogramSize = ProfileData::GPUHistogramSize(); variable
224 proto->mutable_gpu_histogram()->Reserve(sGPUHistogramSize); in mergeProfileDataIntoProto()
226 } else if (proto->gpu_histogram_size() != sGPUHistogramSize) { in mergeProfileDataIntoProto()
228 sGPUHistogramSize); in mergeProfileDataIntoProto()