Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrDrawOpAtlas.cpp192 , fPrevFlushToken(GrDeferredUploadToken::AlreadyFlushedToken()) in GrDrawOpAtlas()
372 fPrevFlushToken = startTokenForNextFlush; in compact()
383 if (plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
414 if (!plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
450 if (!plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
511 fPrevFlushToken = startTokenForNextFlush; in compact()
DGrDrawOpAtlas.h397 GrDeferredUploadToken fPrevFlushToken; variable
/external/skia/src/gpu/
DGrDrawOpAtlas.cpp216 , fPrevFlushToken(GrDeferredUploadToken::AlreadyFlushedToken()) in GrDrawOpAtlas()
405 fPrevFlushToken = startTokenForNextFlush; in compact()
416 if (plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
453 if (!plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
489 if (!plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
551 fPrevFlushToken = startTokenForNextFlush; in compact()
DGrDrawOpAtlas.h505 GrDeferredUploadToken fPrevFlushToken; variable