Searched refs:mOffscreenLayers (Results 1 – 2 of 2) sorted by relevance
3031 mOffscreenLayers.emplace(l.get()); in commitTransactionLocked()3050 if (mOffscreenLayers.count(layer)) { in commitTransactionLocked()3051 mOffscreenLayers.erase(layer); in commitTransactionLocked()3060 for (Layer* offscreenLayer : mOffscreenLayers) { in commitOffscreenLayers()3119 for (Layer* offscreenLayer : mOffscreenLayers) { in handlePageFlip()4645 for (Layer* offscreenLayer : mOffscreenLayers) { in dumpOffscreenLayersProto()4664 for (Layer* offscreenLayer : mOffscreenLayers) { in dumpOffscreenLayers()6180 mOffscreenLayers.emplace(child.get()); in removeFromOffscreenLayers()6182 mOffscreenLayers.erase(layer); in removeFromOffscreenLayers()
1287 std::unordered_set<Layer*> mOffscreenLayers; variable