Searched refs:evictor (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrDrawOpAtlas.cpp | 67 EvictionCallback* evictor) { in Make() 83 if (evictor != nullptr) { in Make() 84 atlas->fEvictionCallbacks.emplace_back(evictor); in Make() 252 for (EvictionCallback* evictor : fEvictionCallbacks) { in processEviction() 253 evictor->evict(plotLocator); in processEviction() 58 Make(GrProxyProvider* proxyProvider, const GrBackendFormat& format, GrColorType colorType, int width, int height, int plotWidth, int plotHeight, GenerationCounter* generationCounter, AllowMultitexturing allowMultitexturing, int atlasPageNum, EvictionCallback* evictor) Make() argument
|
H A D | GrDrawOpAtlas.h | 249 * @param evictor A pointer to an eviction callback class. 263 EvictionCallback* evictor);
|
/third_party/skia/tests/ |
H A D | DrawOpAtlasTest.cpp | 146 AssertOnEvict evictor; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 160 &evictor); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
Completed in 4 milliseconds