Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrDrawOpAtlas.cpp229 , fPrevFlushToken(GrDeferredUploadToken::AlreadyFlushedToken()) in GrDrawOpAtlas()
432 if (plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compactRadicals()
462 fPrevFlushToken = startTokenForNextFlush; in compact()
473 if (plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
510 if (!plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
546 if (!plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
608 fPrevFlushToken = startTokenForNextFlush; in compact()
DGrDrawOpAtlas.h548 GrDeferredUploadToken fPrevFlushToken; variable