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

  /external/chromium_org/third_party/skia/src/gpu/
GrResourceCache.cpp 94 fPurging = false;
236 SkASSERT(!fPurging);
323 * purge using the fPurging variable. However, the initial purge will keep
335 if (fPurging) {
339 fPurging = true;
354 fPurging = false;
387 SkASSERT(fPurging);
GrResourceCache.h 366 bool fPurging;
  /external/skia/src/gpu/
GrResourceCache.cpp 94 fPurging = false;
236 SkASSERT(!fPurging);
323 * purge using the fPurging variable. However, the initial purge will keep
335 if (fPurging) {
339 fPurging = true;
354 fPurging = false;
387 SkASSERT(fPurging);
GrResourceCache.h 366 bool fPurging;

Completed in 39 milliseconds