OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gCacheCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h
157
// We increment
gCacheCount
for each atlas
158
static int32_t
gCacheCount
;
160
// A unique ID for this texture (formed with:
gCacheCount
++), so we can be sure that if we
GrTextureStripAtlas.cpp
23
int32_t GrTextureStripAtlas::
gCacheCount
= 0;
73
: fCacheKey(sk_atomic_inc(&
gCacheCount
))
Completed in 157 milliseconds