Home
last modified time | relevance | path

Searched refs:fInvalidatedProxyUniqueKeys (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCPathCache.cpp111 for (const GrUniqueKey& key : fInvalidatedProxyUniqueKeys) { in ~GrCCPathCache()
300 for (const GrUniqueKey& key : fInvalidatedProxyUniqueKeys) { in purgeInvalidatedAtlasTextures()
303 fInvalidatedProxyUniqueKeys.reset(); in purgeInvalidatedAtlasTextures()
312 for (const GrUniqueKey& key : fInvalidatedProxyUniqueKeys) { in purgeInvalidatedAtlasTextures()
316 fInvalidatedProxyUniqueKeys.reset(); in purgeInvalidatedAtlasTextures()
423 pathCache->fInvalidatedProxyUniqueKeys.push_back(fTextureKey); in invalidatePathPixels()
DGrCCPathCache.h182 SkSTArray<4, GrUniqueKey> fInvalidatedProxyUniqueKeys; variable