Searched refs:fInvalidatedProxyUniqueKeys (Results 1 – 2 of 2) sorted by relevance
111 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()
182 SkSTArray<4, GrUniqueKey> fInvalidatedProxyUniqueKeys; variable