Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchAtlas.h84 SkASSERT(index < kMaxPlots); in find()
95 static const int kMaxPlots = 32; variable
DGrBatchAtlas.cpp228 SkASSERT(fNumPlotsX * fNumPlotsY <= BulkUseTokenUpdater::kMaxPlots); in GrBatchAtlas()