Searched refs:layerCache (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ |
D | GrLayerHoister.cpp | 24 static void prepare_for_hoisting(GrLayerCache* layerCache, in prepare_for_hoisting() argument 36 GrCachedLayer* layer = layerCache->findLayerOrCreate(topLevelPicture->uniqueID(), in prepare_for_hoisting() 54 locked = layerCache->tryToAtlas(layer, desc, &needsRendering); in prepare_for_hoisting() 56 locked = layerCache->lock(layer, desc, &needsRendering); in prepare_for_hoisting() 78 layerCache->addUse(layer); in prepare_for_hoisting() 131 GrLayerCache* layerCache = context->getLayerCache(); in FindLayersToAtlas() local 133 layerCache->processDeletedPictures(); in FindLayersToAtlas() 175 prepare_for_hoisting(layerCache, topLevelPicture, initialMat, in FindLayersToAtlas() 188 GrLayerCache* layerCache = context->getLayerCache(); in FindLayersToHoist() local 190 layerCache->processDeletedPictures(); in FindLayersToHoist() [all …]
|
D | GrRecordReplaceDraw.cpp | 59 ReplaceDraw(SkCanvas* canvas, GrLayerCache* layerCache, in ReplaceDraw() argument 68 , fLayerCache(layerCache) in ReplaceDraw() 209 GrLayerCache* layerCache, in GrRecordReplaceDraw() argument 215 ReplaceDraw draw(canvas, layerCache, NULL, 0, in GrRecordReplaceDraw()
|
D | GrRecordReplaceDraw.h | 22 GrLayerCache* layerCache,
|
/external/skia/tests/ |
D | RecordReplaceDrawTest.cpp | 114 GrLayerCache* layerCache = context->getLayerCache(); in test_replacements() local 115 GrCachedLayer* layer = layerCache->findLayerOrCreate(pic->uniqueID(), 0, 2, in test_replacements() 135 GrRecordReplaceDraw(pic, &canvas, layerCache, SkMatrix::I(), NULL/*callback*/); in test_replacements()
|