Searched refs:fLastFlushTimestampIndex (Results 1 – 2 of 2) sorted by relevance
78 , 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()
346 int fLastFlushTimestampIndex; variable