Searched defs:PlotLocator (Results 1 – 6 of 6) sorted by relevance
31 void evict(skgpu::PlotLocator) override { in evict()
79 PlotLocator(uint32_t pageIdx, uint32_t plotIdx, uint64_t generation) in PlotLocator() function88 PlotLocator() : fGenID(0), fPlotIndex(0), fPageIndex(0) {} in PlotLocator() function
253 PlotLocator(uint32_t pageIdx, uint32_t plotIdx, uint64_t generation) in PlotLocator() function262 PlotLocator() in PlotLocator() function
63 void evict(skgpu::PlotLocator) override { in evict()
76 void evict(GrDrawOpAtlas::PlotLocator) override { in evict()
43 using PlotLocator = skgpu::PlotLocator; typedef