Home
last modified time | relevance | path

Searched refs:fPrevFlushToken (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDrawAtlas.cpp94 , fPrevFlushToken(AtlasToken::InvalidToken()) in DrawAtlas()
282 fPrevFlushToken = startTokenForNextFlush; in compact()
293 if (plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
329 if (!plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
361 if (!plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
420 fPrevFlushToken = startTokenForNextFlush; in compact()
H A DDrawAtlas.h242 AtlasToken fPrevFlushToken; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrDrawOpAtlas.cpp122 , fPrevFlushToken(AtlasToken::InvalidToken()) in GrDrawOpAtlas()
330 fPrevFlushToken = startTokenForNextFlush; in compact()
341 if (plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
377 if (!plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
410 if (!plot->lastUseToken().inInterval(fPrevFlushToken, startTokenForNextFlush)) { in compact()
469 fPrevFlushToken = startTokenForNextFlush; in compact()
H A DGrDrawOpAtlas.h230 skgpu::AtlasToken fPrevFlushToken; variable