Searched refs:gCacheCount (Results 1 - 2 of 2) sorted by relevance

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

Completed in 111 milliseconds