Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrResourceCache.cpp77 , fFlushTimestamps(NULL) in GrResourceCache()
86 SkDELETE_ARRAY(fFlushTimestamps); in ~GrResourceCache()
98 SkDELETE_ARRAY(fFlushTimestamps); in resetFlushTimestamps()
108 fFlushTimestamps = NULL; in resetFlushTimestamps()
112 fFlushTimestamps = SkNEW_ARRAY(uint32_t, fMaxUnusedFlushes); in resetFlushTimestamps()
116 sk_bzero(fFlushTimestamps, fMaxUnusedFlushes * sizeof(uint32_t)); in resetFlushTimestamps()
453 if (fFlushTimestamps) { in purgeAsNeeded()
458 uint32_t oldestAllowedTimestamp = fFlushTimestamps[oldestFlushIndex]; in purgeAsNeeded()
600 if (fFlushTimestamps) { in notifyFlushOccurred()
606 fFlushTimestamps[fLastFlushTimestampIndex] = timestamp; in notifyFlushOccurred()
DGrResourceCache.h287 uint32_t* fFlushTimestamps; variable