Home
last modified time | relevance | path

Searched defs:PlotLocator (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/m133/tests/graphite/
DDrawAtlasTest.cpp31 void evict(skgpu::PlotLocator) override { in evict()
/third_party/skia/src/gpu/
DGrDrawOpAtlas.h79 PlotLocator(uint32_t pageIdx, uint32_t plotIdx, uint64_t generation) in PlotLocator() function
88 PlotLocator() : fGenID(0), fPlotIndex(0), fPageIndex(0) {} in PlotLocator() function
/third_party/skia/m133/src/gpu/
DAtlasTypes.h253 PlotLocator(uint32_t pageIdx, uint32_t plotIdx, uint64_t generation) in PlotLocator() function
262 PlotLocator() in PlotLocator() function
/third_party/skia/m133/tests/
DDrawOpAtlasTest.cpp63 void evict(skgpu::PlotLocator) override { in evict()
/third_party/skia/tests/
DDrawOpAtlasTest.cpp76 void evict(GrDrawOpAtlas::PlotLocator) override { in evict()
/third_party/skia/m133/src/gpu/ganesh/
DGrDrawOpAtlas.cpp43 using PlotLocator = skgpu::PlotLocator; typedef