Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchAtlas.h109 SkASSERT(index < kMaxPlots); in find()
120 static const int kMaxPlots = 32; variable
DGrBatchAtlas.cpp146 SkASSERT(numPlotsX * numPlotsY <= BulkUseTokenUpdater::kMaxPlots); in GrBatchAtlas()