Searched refs:gCounter (Results 1 – 5 of 5) sorted by relevance
19 ++gCounter; in GrInstanceCounter()20 GrPrintf("+ %s %d\n", T::InstanceCounterClassName(), gCounter); in GrInstanceCounter()24 --gCounter; in ~GrInstanceCounter()25 GrPrintf("- %s %d\n", T::InstanceCounterClassName(), gCounter); in ~GrInstanceCounter()29 static int gCounter;32 template <typename T> int GrInstanceCounter<T>::gCounter;
1 if (!gCounter) {4 var gCounter = 0; variable8 return "PROXY sideffect_" + gCounter++;
112 static int gCounter; variable137 gCounter += 1; in GrTextStrike()149 gCounter -= 1; in ~GrTextStrike()169 static int gCounter; in getGlyphAtlas()170 if ((++gCounter % 10) == 0) return false; in getGlyphAtlas()
44 static int gCounter; variable60 gCounter += 1; in GrAtlas()70 --gCounter; in ~GrAtlas()
85 static int gCounter; variable90 gCounter += 1; in register_memset_count()92 if ((gCounter & 0xFF) == 0) { in register_memset_count()104 gCounter += 1; in register_memcpy_count()106 if ((gCounter & 0x1FF) == 0) { in register_memcpy_count()