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

  /external/skia/include/gpu/
GrInstanceCounter.h 19 ++gCounter;
20 GrPrintf("+ %s %d\n", T::InstanceCounterClassName(), gCounter);
24 --gCounter;
25 GrPrintf("- %s %d\n", T::InstanceCounterClassName(), gCounter);
29 static int gCounter;
32 template <typename T> int GrInstanceCounter<T>::gCounter;
  /external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js 1 if (!gCounter) {
3 // gCounter remains dirty.
4 var gCounter = 0;
8 return "PROXY sideffect_" + gCounter++;
  /external/skia/src/gpu/
GrTextStrike.cpp 112 static int gCounter;
136 // GrPrintf(" GrTextStrike %p %d\n", this, gCounter);
137 gCounter += 1;
149 gCounter -= 1;
150 // GrPrintf("~GrTextStrike %p %d\n", this, gCounter);
169 static int gCounter;
170 if ((++gCounter % 10) == 0) return false;
GrAtlas.cpp 44 static int gCounter;
59 // GrPrintf(" GrAtlas %p [%d %d] %d\n", this, plotX, plotY, gCounter);
60 gCounter += 1;
70 --gCounter;
71 // GrPrintf("~GrAtlas %p [%d %d] %d\n", this, fPlot.fX, fPlot.fY, gCounter);
  /external/skia/src/core/
SkPackBits.cpp 85 static int gCounter;
90 gCounter += 1;
92 if ((gCounter & 0xFF) == 0) {
104 gCounter += 1;
106 if ((gCounter & 0x1FF) == 0) {

Completed in 422 milliseconds