Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrLayerAtlas.cpp121 void GrLayerAtlas::makeMRU(Plot* plot) { in makeMRU() function in GrLayerAtlas
139 this->makeMRU(plot); in addToAtlas()
159 this->makeMRU(plot); in addToAtlas()
DGrBatchAtlas.h72 this->makeMRU(fPlotArray[index]); in setLastUseToken()
131 this->makeMRU(plot); in setLastUseTokenBulk()
238 inline void makeMRU(BatchPlot* plot) { in makeMRU() function
DGrLayerAtlas.h143 void makeMRU(Plot* plot);
DGrBatchAtlas.cpp184 this->makeMRU(plot); in updatePlot()
/external/skia/src/gpu/text/
DGrTextBlobCache.h74 void makeMRU(GrAtlasTextBlob* blob) { in makeMRU() function
DGrAtlasTextContext.cpp131 cache->makeMRU(cacheBlob); in drawTextBlob()