Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawOpAtlas.h268 uint64_t plotGeneration = fPages[page].fPlotArray[plot]->genID(); in hasID() local
270 return plot < fNumPlots && page < fNumActivePages && plotGeneration == locatorGeneration; in hasID()