Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DGrResourceCache.h119 void addAllocImageBytes(size_t bytes) { fAllocImageBytes += bytes; } in addAllocImageBytes()
120 void removeAllocImageBytes(size_t bytes) { fAllocImageBytes -= bytes; } in removeAllocImageBytes()
332 size_t fAllocImageBytes; member
533 size_t fAllocImageBytes = 0; member in GrResourceCache
H A DGrResourceCache.cpp195 << " MB); fAllocImageBytes : " << fAllocImageBytes in cacheInfo()
196 << "(" << static_cast<size_t>(fAllocImageBytes / MB) in cacheInfo()
218 simpleCacheInfo.fAllocImageBytes = fAllocImageBytes; in traceBeforePurgeUnlockRes()
244 << "; AllocImageBytes : " << simpleCacheInfo.fAllocImageBytes << " / " << fAllocImageBytes in cacheInfoComparison()

Completed in 4 milliseconds