Searched refs:gRecCounter (Results 1 – 2 of 2) sorted by relevance
122 static int32_t gRecCounter; variable146 sk_atomic_inc(&gRecCounter), fInfo.width(), fInfo.height(), fPrUniqueID); in Rec()157 sk_atomic_dec(&gRecCounter) - 1, fInfo.width(), fInfo.height(), fPrUniqueID); in ~Rec()
195 static int gRecCounter; variable196 static void inc_rec() { ++gRecCounter; printf("----- inc rec %d\n", gRecCounter); } in inc_rec()197 static void dec_rec() { --gRecCounter; printf("----- dec rec %d\n", gRecCounter); } in dec_rec()