Searched refs:mOffscreenLayers (Results 1 – 2 of 2) sorted by relevance
3257 mOffscreenLayers.emplace(l.get()); in commitTransactionLocked()3284 for (Layer* offscreenLayer : mOffscreenLayers) { in commitOffscreenLayers()3350 for (Layer* offscreenLayer : mOffscreenLayers) { in handlePageFlip()5046 for (Layer* offscreenLayer : mOffscreenLayers) { in dumpOffscreenLayersProto()5065 for (Layer* offscreenLayer : mOffscreenLayers) { in dumpOffscreenLayers()6709 mOffscreenLayers.emplace(child.get()); in removeHierarchyFromOffscreenLayers()6711 mOffscreenLayers.erase(layer); in removeHierarchyFromOffscreenLayers()6715 mOffscreenLayers.erase(layer); in removeFromOffscreenLayers()
1463 std::unordered_set<Layer*> mOffscreenLayers; variable