Searched refs:fPrevFlushToken (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 198 , fPrevFlushToken(GrDeferredUploadToken::AlreadyFlushedToken()) in GrDrawOpAtlas() 395 if (plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compactRadicals() 415 fPrevFlushToken = startTokenForNextFlush; in compact() 427 if (plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact() 458 if (!plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact() 494 if (!plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact() 558 fPrevFlushToken = startTokenForNextFlush; in compact()
|
D | GrDrawOpAtlas.h | 401 GrDeferredUploadToken fPrevFlushToken; variable
|
/third_party/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 229 , 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()
|
D | GrDrawOpAtlas.h | 548 GrDeferredUploadToken fPrevFlushToken; variable
|