HomeSort by relevance Sort by last modified time
    Searched refs:fPurgeableQueue (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrResourceCache.cpp 161 fPurgeableQueue.remove(resource);
194 while (fPurgeableQueue.count()) {
195 GrGpuResource* top = fPurgeableQueue.peek();
218 while (fPurgeableQueue.count()) {
219 GrGpuResource* top = fPurgeableQueue.peek();
330 fPurgeableQueue.remove(resource);
368 fPurgeableQueue.insert(resource);
459 while (fPurgeableQueue.count()) {
460 uint32_t oldestResourceTimestamp = fPurgeableQueue.peek()->cacheAccess().timestamp();
464 GrGpuResource* resource = fPurgeableQueue.peek()
    [all...]
GrResourceCache.h 79 return fPurgeableQueue.count() + fNonpurgeableResources.count();
251 // assigned as the resource's timestamp and then incremented. fPurgeableQueue orders the
254 PurgeableQueue fPurgeableQueue;
GrTest.cpp 107 for (int i = 0; i < fPurgeableQueue.count(); ++i) {
108 stats.update(fPurgeableQueue.at(i));

Completed in 148 milliseconds