Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/
DMemoryCache.h38 int numCacheStores() const { return fCacheStoreCnt; } in numCacheStores()
41 fCacheStoreCnt = 0; in resetCacheStats()
89 int fCacheStoreCnt = 0; variable
DMemoryCache.cpp61 ++fCacheStoreCnt; in store()