Searched refs:mOffscreenLayers (Results 1 – 2 of 2) sorted by relevance
3254 mOffscreenLayers.emplace(l.get()); in commitTransactionLocked()3281 for (Layer* offscreenLayer : mOffscreenLayers) { in commitOffscreenLayers()3347 for (Layer* offscreenLayer : mOffscreenLayers) { in handlePageFlip()4974 for (Layer* offscreenLayer : mOffscreenLayers) { in dumpOffscreenLayersProto()4993 for (Layer* offscreenLayer : mOffscreenLayers) { in dumpOffscreenLayers()6663 mOffscreenLayers.emplace(child.get()); in removeHierarchyFromOffscreenLayers()6665 mOffscreenLayers.erase(layer); in removeHierarchyFromOffscreenLayers()6669 mOffscreenLayers.erase(layer); in removeFromOffscreenLayers()
1452 std::unordered_set<Layer*> mOffscreenLayers; variable