Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPerFlushResources.cpp185 , fCopyAtlasStack(CoverageType::kA8_LiteralCoverage, specs.fCopyAtlasSpecs, in GrCCPerFlushResources()
247 if (GrCCAtlas* retiredAtlas = fCopyAtlasStack.addRect(entry->devIBounds(), &newAtlasOffset)) { in upgradeEntryToLiteralCoverageAtlas()
259 GrCCAtlas* newAtlas = &fCopyAtlasStack.current(); in upgradeEntryToLiteralCoverageAtlas()
518 if (!fCopyAtlasStack.empty()) { in finalize()
519 fCopyAtlasStack.current().setFillBatchID(fCopyPathRanges.count()); in finalize()
540 for (GrCCAtlasStack::Iter atlas(fCopyAtlasStack); atlas.next();) { in finalize()
DGrCCPerFlushResources.h146 GrCCAtlasStack fCopyAtlasStack; variable
/third_party/flutter/skia/tools/gpu/
DGrTest.cpp118 if (fCopyAtlasStack.empty()) { in testingOnly_frontCopyAtlasTexture()
121 const GrTextureProxy* proxy = fCopyAtlasStack.front().textureProxy(); in testingOnly_frontCopyAtlasTexture()