Searched refs:mOffscreenLayers (Results 1 – 2 of 2) sorted by relevance
313 mOffscreenLayers.erase(layer); in onLayerDestroyed()1169 std::unordered_set<Layer*> mOffscreenLayers; variable
3008 mOffscreenLayers.emplace(l.get()); in commitTransaction()3028 if (mOffscreenLayers.count(layer)) { in commitTransaction()3029 mOffscreenLayers.erase(layer); in commitTransaction()3062 for (Layer* offscreenLayer : mOffscreenLayers) { in commitOffscreenLayers()