Searched refs:mOffscreenLayers (Results 1 – 2 of 2) sorted by relevance
323 mOffscreenLayers.erase(layer); in onLayerDestroyed()1192 std::unordered_set<Layer*> mOffscreenLayers; variable
3080 mOffscreenLayers.emplace(l.get()); in commitTransaction()3100 if (mOffscreenLayers.count(layer)) { in commitTransaction()3101 mOffscreenLayers.erase(layer); in commitTransaction()3134 for (Layer* offscreenLayer : mOffscreenLayers) { in commitOffscreenLayers()