Home
last modified time | relevance | path

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

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