Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrResourceCache.cpp78 , fLastFlushTimestampIndex(0) in GrResourceCache()
114 fLastFlushTimestampIndex = 0; in resetFlushTimestamps()
464 int oldestFlushIndex = (fLastFlushTimestampIndex + 1) & (fMaxUnusedFlushes - 1); in purgeAsNeeded()
610 fLastFlushTimestampIndex = (fLastFlushTimestampIndex + 1) & (fMaxUnusedFlushes - 1); in notifyFlushOccurred()
614 fFlushTimestamps[fLastFlushTimestampIndex] = timestamp; in notifyFlushOccurred()
DGrResourceCache.h346 int fLastFlushTimestampIndex; variable