Home
last modified time | relevance | path

Searched refs:cacheInfoComparison (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
H A DGrResourceCache.cpp230 method.c_str(), cacheInfoComparison(simpleCacheInfo).c_str()); in traceAfterPurgeUnlockRes()
234 std::string GrResourceCache::cacheInfoComparison(const SimpleCacheInfo& simpleCacheInfo) in cacheInfoComparison() function in GrResourceCache
236 std::ostringstream cacheInfoComparison; in cacheInfoComparison() local
237 cacheInfoComparison << "PurgeableCount : " << simpleCacheInfo.fPurgeableQueueCount in cacheInfoComparison()
246 return cacheInfoComparison.str(); in cacheInfoComparison()
H A DGrResourceCache.h398 std::string cacheInfoComparison(const SimpleCacheInfo& simpleCacheInfo);

Completed in 8 milliseconds