Home
last modified time | relevance | path

Searched refs:plotIndex (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrDrawOpAtlas.h102 uint32_t plotIndex() const { return fPlotIndex; } in plotIndex() function
131 uint32_t plotIndex() const { return fPlotLocator.plotIndex(); } in plotIndex() function
266 uint32_t plot = plotLocator.plotIndex(); in hasID()
276 uint32_t plotIdx = atlasLocator.plotIndex(); in setLastUseToken()
303 int plotIdx = atlasLocator.plotIndex(); in add()
387 uint32_t plotIndex() const { return fPlotIndex; } in plotIndex() function
421 Plot(int pageIndex, int plotIndex, GenerationCounter* generationCounter,
DGrDrawOpAtlas.cpp34 int plotIndex = atlasLocator.plotIndex(); in validate() local
38 SkASSERT(plotIndex == (numPlotsY - plotY - 1) * numPlotsX + (numPlotsX - plotX - 1)); in validate()
83 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, GenerationCounter* generationCounter, in Plot() argument
89 , fPlotIndex(plotIndex) in Plot()
374 sk_sp<Plot>& newPlot = fPages[pageIdx].fPlotArray[plot->plotIndex()]; in addToAtlas()
583 uint32_t plotIndex = r * numPlotsX + c; in createPages() local
585 i, plotIndex, generationCounter, x, y, fPlotWidth, fPlotHeight, fColorType)); in createPages()
627 uint32_t plotIndex = r * numPlotsX + c; in deactivateLastPage() local
629 Plot* currPlot = fPages[lastPageIndex].fPlotArray[plotIndex].get(); in deactivateLastPage()
/external/skqp/src/gpu/
DGrDrawOpAtlas.cpp58 GrDrawOpAtlas::Plot::Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY, in Plot() argument
64 , fPlotIndex(plotIndex) in Plot()
539 uint32_t plotIndex = r * numPlotsX + c; in createPages() local
540 currPlot->reset(new Plot(i, plotIndex, 1, x, y, fPlotWidth, fPlotHeight, in createPages()
584 uint32_t plotIndex = r * numPlotsX + c; in deactivateLastPage() local
586 Plot* currPlot = fPages[lastPageIndex].fPlotArray[plotIndex].get(); in deactivateLastPage()
DGrDrawOpAtlas.h299 … Plot(int pageIndex, int plotIndex, uint64_t genID, int offX, int offY, int width, int height,