Searched refs:fNumNonPurgeable (Results 1 – 3 of 3) sorted by relevance
177 REPORTER_ASSERT(reporter, 1 == stats.fNumNonPurgeable); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()227 REPORTER_ASSERT(reporter, 1 == stats.fNumNonPurgeable); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()283 REPORTER_ASSERT(reporter, 1 == stats.fNumNonPurgeable); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()335 REPORTER_ASSERT(reporter, 2 == stats.fNumNonPurgeable); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()357 REPORTER_ASSERT(reporter, 1 == stats.fNumNonPurgeable); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
189 int fNumNonPurgeable; member202 fNumNonPurgeable = 0; in reset()
203 stats->fNumNonPurgeable = fNonpurgeableResources.count(); in getStats()228 stats.fAdopted, stats.fNumNonPurgeable, stats.fScratch, countUtilization, in dumpStats()247 …->push_back(SkString("gpu_cache_non_purgable_entries")); values->push_back(stats.fNumNonPurgeable); in dumpStatsKeyValuePairs()