Lines Matching refs:start
31 * linked list sorted by increasing start index. (It also maintains a hash table from proxyID
41 * to the free pool) into the finished list (sorted by increasing start)
52 * the allocator and start over with a different DAG.
98 // Add a usage interval from 'start' to 'end' inclusive. This is usually used for renderTargets.
100 void addInterval(GrSurfaceProxy*, unsigned int start, unsigned int end, ActualUse actualUse
195 Interval(GrSurfaceProxy* proxy, unsigned int start, unsigned int end)
197 , fStart(start)
203 SkDebugf("New intvl %d: %s [%d, %d]\n", fUniqueID, proxyStr.c_str(), start, end);
210 unsigned int start() const { return fStart; }
278 IntervalList fIntvlList; // All the intervals sorted by increasing start
282 // (sorted by increasing start)