Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawOpAtlas.h62 static constexpr int kMaxPlots = 32; variable
80 SkASSERT(plotIdx < kMaxPlots); in PlotLocator()
325 SkASSERT(index < kMaxPlots); in find()
DGrDrawOpAtlas.cpp222 SkASSERT(numPlotsX * numPlotsY <= GrDrawOpAtlas::kMaxPlots); in GrDrawOpAtlas()
/external/skqp/src/gpu/
DGrDrawOpAtlas.h59 static constexpr int kMaxPlots = 32; // restricted by the fPlotAlreadyUpdated bitfield variable
201 SkASSERT(index < kMaxPlots); in find()
DGrDrawOpAtlas.cpp197 SkASSERT(numPlotsX * numPlotsY <= GrDrawOpAtlas::kMaxPlots); in GrDrawOpAtlas()