Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPathCache.cpp107 for (sk_sp<GrTextureProxy>& proxy : fInvalidatedProxies) { in ~GrCCPathCache()
298 for (sk_sp<GrTextureProxy>& proxy : fInvalidatedProxies) { in purgeInvalidatedAtlasTextures()
301 fInvalidatedProxies.reset(); in purgeInvalidatedAtlasTextures()
310 for (sk_sp<GrTextureProxy>& proxy : fInvalidatedProxies) { in purgeInvalidatedAtlasTextures()
313 fInvalidatedProxies.reset(); in purgeInvalidatedAtlasTextures()
421 pathCache->fInvalidatedProxies.push_back(fOnFlushProxy); in invalidatePathPixels()
DGrCCPathCache.h181 SkSTArray<4, sk_sp<GrTextureProxy>> fInvalidatedProxies; variable