Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrDrawOpAtlas.cpp432 if (plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compactRadicals()
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()
DGrDeferredUpload.h75 bool inInterval(const GrDeferredUploadToken& start, const GrDeferredUploadToken& end) { in inInterval() function