Home
last modified time | relevance | path

Searched refs:pathCache (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.cpp222 void GrCCDrawPathsOp::accountForOwnPaths(GrCCPathCache* pathCache, in accountForOwnPaths() argument
226 draw.accountForOwnPath(pathCache, onFlushRP, specs); in accountForOwnPaths()
231 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in accountForOwnPath() argument
240 if (pathCache) { in accountForOwnPath()
241 fCacheEntry = pathCache->find( in accountForOwnPath()
317 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in setupResources() argument
324 draw.setupResources(pathCache, onFlushRP, resources, doCopies, this); in setupResources()
333 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, in setupResources() argument
348 pathCache, onFlushRP, fCacheEntry.get(), fillRule); in setupResources()
DGrCCPathCache.cpp379 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, GrCCAtlas* atlas, in upgradeToLiteralCoverageAtlas() argument
386 ReleaseAtlasResult releaseAtlasResult = this->releaseCachedAtlas(pathCache); in upgradeToLiteralCoverageAtlas()
397 GrCCPathCache* pathCache) { in releaseCachedAtlas() argument
400 result = fCachedAtlas->invalidatePathPixels(pathCache, this->height() * this->width()); in releaseCachedAtlas()
411 GrCCPathCache* pathCache, int numPixels) { in invalidatePathPixels() argument
421 pathCache->fInvalidatedProxies.push_back(fOnFlushProxy); in invalidatePathPixels()
423 pathCache->fInvalidatedProxyUniqueKeys.push_back(fTextureKey); in invalidatePathPixels()
DGrCCPathCache.h339 inline GrCCPathCache::HashNode::HashNode(GrCCPathCache* pathCache, sk_sp<Key> key, in HashNode() argument
341 : fPathCache(pathCache) in HashNode()
DGrCCPerFlushResources.cpp229 GrCCPathCache* pathCache, GrOnFlushResourceProvider* onFlushRP, GrCCPathCacheEntry* entry, in upgradeEntryToLiteralCoverageAtlas() argument
261 entry->upgradeToLiteralCoverageAtlas(pathCache, onFlushRP, newAtlas, newAtlasOffset)) { in upgradeEntryToLiteralCoverageAtlas()
/third_party/flutter/skia/gm/
Dpreservefillrule.cpp76 auto pathCache = ccpr->testingOnly_getPathCache(); in onDraw() local
77 if (!pathCache) { in onDraw()
114 for (GrCCPathCacheEntry* entry : pathCache->testingOnly_getLRU()) { in onDraw()