Home
last modified time | relevance | path

Searched refs:purgeInvalidatedAtlasTextures (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCPathCache.cpp291 this->purgeInvalidatedAtlasTextures(proxyProvider); in purgeEntriesOlderThan()
294 void GrCCPathCache::purgeInvalidatedAtlasTextures(GrOnFlushResourceProvider* onFlushRP) { in purgeInvalidatedAtlasTextures() function in GrCCPathCache
306 void GrCCPathCache::purgeInvalidatedAtlasTextures(GrProxyProvider* proxyProvider) { in purgeInvalidatedAtlasTextures() function in GrCCPathCache
DGrCCPathCache.h120 void purgeInvalidatedAtlasTextures(GrOnFlushResourceProvider*);
121 void purgeInvalidatedAtlasTextures(GrProxyProvider*);
DGrCoverageCountingPathRenderer.cpp265 fPathCache->purgeInvalidatedAtlasTextures(onFlushRP); in preFlush()