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.cpp223 , fPrevFlushToken(GrDeferredUploadToken::AlreadyFlushedToken()) in GrDrawOpAtlas()
411 fPrevFlushToken = startTokenForNextFlush; in compact()
422 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()
550 fPrevFlushToken = startTokenForNextFlush; in compact()
DGrDrawOpAtlas.h436 GrDeferredUploadToken fPrevFlushToken; variable