Home
last modified time | relevance | path

Searched refs:makeMRU (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/
DGrDrawOpAtlas.h151 this->makeMRU(plot, pageIdx); in setLastUseToken()
227 this->makeMRU(plot, pd.fPageIndex); in setLastUseTokenBulk()
362 inline void makeMRU(Plot* plot, int pageIdx) { in makeMRU() function
DGrDrawOpAtlas.cpp215 this->makeMRU(plot, pageIdx); in updatePlot()
/external/skia/src/gpu/
DGrDrawOpAtlas.h281 this->makeMRU(plot, pageIdx); in setLastUseToken()
351 this->makeMRU(plot, pd.fPageIndex); in setLastUseTokenBulk()
468 inline void makeMRU(Plot* plot, int pageIdx) { in makeMRU() function
DGrDrawOpAtlas.cpp242 this->makeMRU(plot, pageIdx); in updatePlot()
/external/skqp/src/gpu/text/
DGrTextBlobCache.h70 void makeMRU(GrTextBlob* blob) { in makeMRU() function
/external/skqp/src/core/
DSkGlyphRunPainter.cpp571 textBlobCache->makeMRU(cacheBlob.get()); in drawGlyphRunList()