Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrDrawOpAtlas.h62 inline static constexpr int kMaxPlots = 32; variable
80 SkASSERT(plotIdx < kMaxPlots); in PlotLocator()
325 SkASSERT(index < kMaxPlots); in find()
DGrDrawOpAtlas.cpp225 SkASSERT(numPlotsX * numPlotsY <= GrDrawOpAtlas::kMaxPlots); in GrDrawOpAtlas()
/third_party/flutter/skia/src/gpu/
DGrDrawOpAtlas.h59 static constexpr int kMaxPlots = 32; // restricted by the fPlotAlreadyUpdated bitfield variable
203 SkASSERT(index < kMaxPlots); in find()
DGrDrawOpAtlas.cpp204 SkASSERT(numPlotsX * numPlotsY <= GrDrawOpAtlas::kMaxPlots); in GrDrawOpAtlas()