Searched defs:hasTokenBeenFlushed (Results 1 - 1 of 1) sorted by relevance
/external/skia/src/gpu/ | ||
H A D | GrBatchFlushState.h | 65 bool hasTokenBeenFlushed(GrBatchToken token) const { return fLastFlushedToken >= token; } function in class:GrBatchFlushState 139 bool hasTokenBeenFlushed(GrBatchToken token) const { function in class:GrDrawBatch::Target 140 return fState->hasTokenBeenFlushed(token); |
Completed in 984 milliseconds