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

  /external/skia/src/gpu/
GrTextureStripAtlas.h 163 // We increment gCacheCount for each atlas
164 static int32_t gCacheCount;
166 // A unique ID for this texture (formed with: gCacheCount++), so we can be sure that if we
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 26 int32_t GrTextureStripAtlas::gCacheCount = 0;
74 : fCacheKey(sk_atomic_inc(&gCacheCount))

Completed in 5999 milliseconds