Home
last modified time | relevance | path

Searched refs:plotLocator (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrDrawOpAtlas.h123 bool hasID(const skgpu::PlotLocator& plotLocator) { in hasID() argument
124 if (!plotLocator.isValid()) { in hasID()
128 uint32_t plot = plotLocator.plotIndex(); in hasID()
129 uint32_t page = plotLocator.pageIndex(); in hasID()
131 uint64_t locatorGeneration = plotLocator.genID(); in hasID()
137 SkASSERT(this->hasID(atlasLocator.plotLocator())); in setLastUseToken()
207 this->processEviction(plot->plotLocator()); in processEvictionAndResetRects()
H A DGrDrawOpAtlas.cpp136 inline void GrDrawOpAtlas::processEviction(PlotLocator plotLocator) { in processEviction() argument
138 evictor->evict(plotLocator); in processEviction()
185 atlasLocator->updatePlotLocator(plot->plotLocator()); in updatePlot()
296 this->processEviction(plot->plotLocator()); in addToAtlas()
322 atlasLocator->updatePlotLocator(newPlot->plotLocator()); in addToAtlas()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDrawAtlas.h128 bool hasID(const PlotLocator& plotLocator) { in hasID() argument
129 if (!plotLocator.isValid()) { in hasID()
133 uint32_t plot = plotLocator.plotIndex(); in hasID()
134 uint32_t page = plotLocator.pageIndex(); in hasID()
136 uint64_t locatorGeneration = plotLocator.genID(); in hasID()
200 SkASSERT(this->hasID(atlasLocator.plotLocator())); in findPlot()
217 this->processEviction(plot->plotLocator()); in processEvictionAndResetRects()
H A DPathAtlas.cpp134 uint32_t index = shape_key_list_index(locator.plotLocator(), fDrawAtlas.get()); in findOrCreateEntry()
188 void PathAtlas::DrawAtlasMgr::evict(PlotLocator plotLocator) { in evict() argument
190 uint32_t index = shape_key_list_index(plotLocator, fDrawAtlas.get()); in evict()
H A DDrawAtlas.cpp112 inline void DrawAtlas::processEviction(PlotLocator plotLocator) { in processEviction() argument
114 evictor->evict(plotLocator); in processEviction()
126 atlasLocator->updatePlotLocator(plot->plotLocator()); in updatePlot()
207 atlasLocator->updatePlotLocator(fPages[0].fPlotList.head()->plotLocator()); in addRect()
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DSmallPathAtlasMgr.cpp100 } else if (!fAtlas->hasID(shapeData->fAtlasLocator.plotLocator())) { in findOrCreate()
136 void SmallPathAtlasMgr::evict(skgpu::PlotLocator plotLocator) { in evict() argument
143 if (plotLocator == shapeData->fAtlasLocator.plotLocator()) { in evict()
H A DSmallPathRenderer.cpp328 if (!shapeData->fAtlasLocator.plotLocator().isValid()) { in onPrepareDraws()
345 if (!shapeData->fAtlasLocator.plotLocator().isValid()) { in onPrepareDraws()
/aosp_15_r20/external/skia/src/gpu/
H A DAtlasTypes.h301 PlotLocator plotLocator() const { return fPlotLocator; } in plotLocator() function
451 PlotLocator plotLocator() const { in plotLocator() function
/aosp_15_r20/external/skia/src/gpu/ganesh/text/
H A DGrAtlasManager.cpp54 return this->getAtlas(format)->hasID(glyph->fAtlasLocator.plotLocator()); in hasGlyph()
/aosp_15_r20/external/skia/src/gpu/graphite/text/
H A DTextAtlasManager.cpp53 return this->getAtlas(format)->hasID(glyph->fAtlasLocator.plotLocator()); in hasGlyph()