Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCPerFlushResources.cpp162 , fCopyAtlasStack(GrCCAtlas::CoverageType::kA8_LiteralCoverage, specs.fCopyAtlasSpecs, in GrCCPerFlushResources()
211 if (GrCCAtlas* retiredAtlas = fCopyAtlasStack.addRect(entry->devIBounds(), &newAtlasOffset)) { in upgradeEntryToLiteralCoverageAtlas()
223 GrCCAtlas* newAtlas = &fCopyAtlasStack.current(); in upgradeEntryToLiteralCoverageAtlas()
438 if (!fCopyAtlasStack.empty()) { in finalize()
439 fCopyAtlasStack.current().setFillBatchID(fCopyPathRanges.count()); in finalize()
459 for (GrCCAtlasStack::Iter atlas(fCopyAtlasStack); atlas.next();) { in finalize()
DGrCCPerFlushResources.h131 GrCCAtlasStack fCopyAtlasStack; variable
/external/skqp/tools/gpu/
DGrTest.cpp308 if (fCopyAtlasStack.empty()) { in testingOnly_frontCopyAtlasTexture()
311 const GrTextureProxy* proxy = fCopyAtlasStack.front().textureProxy(); in testingOnly_frontCopyAtlasTexture()