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

  /external/skia/src/gpu/
GrResourceCache.cpp 67 , fHighWaterCount(0)
135 fHighWaterCount = SkTMax(this->getResourceCount(), fHighWaterCount);
694 SkASSERT(fBudgetedHighWaterCount <= fHighWaterCount);
697 SkASSERT(fCount <= fHighWaterCount);
GrResourceCache.h 268 int fHighWaterCount;
GrTest.cpp 118 countUtilization, fHighWaterCount);

Completed in 113 milliseconds