Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBatchTarget.cpp25 , fLastFlushedToken(0) in GrBatchTarget()
38 fLastFlushedToken++; in flushNext()
47 fInlineUploads[fInlineUpdatesIndex]->lastUploadToken() <= fLastFlushedToken) { in flushNext()
DGrBatchTarget.h83 bool isIssued(BatchToken token) const { return fLastFlushedToken >= token; } in isIssued()
85 BatchToken asapToken() const { return fLastFlushedToken + 1; } in asapToken()
168 BatchToken fLastFlushedToken; // The next token to be flushed variable