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

  /external/skia/src/core/
SkBitmapCache.cpp 122 static int32_t gRecCounter;
146 sk_atomic_inc(&gRecCounter), fInfo.width(), fInfo.height(), fPrUniqueID);
157 sk_atomic_dec(&gRecCounter) - 1, fInfo.width(), fInfo.height(), fPrUniqueID);
SkCanvas.cpp 196 static int gRecCounter;
197 static void inc_rec() { ++gRecCounter; printf("----- inc rec %d\n", gRecCounter); }
198 static void dec_rec() { --gRecCounter; printf("----- dec rec %d\n", gRecCounter); }
    [all...]
  /external/skqp/src/core/
SkBitmapCache.cpp 122 static int32_t gRecCounter;
146 sk_atomic_inc(&gRecCounter), fInfo.width(), fInfo.height(), fPrUniqueID);
157 sk_atomic_dec(&gRecCounter) - 1, fInfo.width(), fInfo.height(), fPrUniqueID);
SkCanvas.cpp 196 static int gRecCounter;
197 static void inc_rec() { ++gRecCounter; printf("----- inc rec %d\n", gRecCounter); }
198 static void dec_rec() { --gRecCounter; printf("----- dec rec %d\n", gRecCounter); }
    [all...]

Completed in 501 milliseconds