Home
last modified time | relevance | path

Searched refs:sIndirectLayerTrees (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/ipc/
H A DCrossProcessCompositorBridgeParent.cpp96 extern LayerTreeMap sIndirectLayerTrees;
133 if (sIndirectLayerTrees.end() != itr) { in AllocPLayerTransactionParent()
144 sIndirectLayerTrees[aId].mLayerTree = p; in AllocPLayerTransactionParent()
204 auto iter = sIndirectLayerTrees.find(parent->LayersId()); in DeallocPAPZCTreeManagerParent()
205 if (iter != sIndirectLayerTrees.end()) { in DeallocPAPZCTreeManagerParent()
252 it != sIndirectLayerTrees.end(); it++) { in RecvNotifyChildCreated()
336 parent = sIndirectLayerTrees[id].mParent; in ForceComposite()
428 *aOutData = sIndirectLayerTrees[id].mApzTestData; in GetAPZTestData()
499 if (sIndirectLayerTrees.end() != itr) { in AllocPTextureParent()
539 parent = sIndirectLayerTrees[aLayersId].mParent; in RecvClearApproximatelyVisibleRegions()
[all …]
H A DCompositorBridgeParent.cpp196 static LayerTreeMap sIndirectLayerTrees; variable
213 for (auto it = sIndirectLayerTrees.begin(); it != sIndirectLayerTrees.end(); it++) { in ForEachIndirectLayerTree()
252 sIndirectLayerTrees.clear(); in FinishShutdown()
1774 if (it == sIndirectLayerTrees.end()) in NotifyVsync()
1801 if (sIndirectLayerTrees.find(aChild) != sIndirectLayerTrees.end()) { in RecvNotifyChildRecreated()
1849 sIndirectLayerTrees.erase(iter); in EraseLayerState()
1892 sIndirectLayerTrees.erase(mLayersId); in ~ScopedLayerTreeRegistration()
1912 if (sIndirectLayerTrees.end() == cit) { in GetAPZCTreeManager()
2171 sIndirectLayerTrees[aId].mRoot = aRoot; in UpdateIndirectTree()
2180 if (sIndirectLayerTrees.end() == cit) { in GetIndirectShadowTree()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/ipc/
H A DCrossProcessCompositorBridgeParent.cpp46 extern LayerTreeMap sIndirectLayerTrees;
85 if (sIndirectLayerTrees.end() != itr) { in AllocPLayerTransactionParent()
97 sIndirectLayerTrees[aId].mLayerTree = p; in AllocPLayerTransactionParent()
129 sIndirectLayerTrees[aLayersId]; in AllocPAPZCTreeManagerParent()
151 if (iter != sIndirectLayerTrees.end()) { in DeallocPAPZCTreeManagerParent()
178 sIndirectLayerTrees[aLayersId]; in AllocPAPZParent()
212 MOZ_ASSERT(sIndirectLayerTrees.find(layersId) != sIndirectLayerTrees.end()); in AllocPWebRenderBridgeParent()
243 sIndirectLayerTrees[layersId].mWrBridge = parent; in AllocPWebRenderBridgeParent()
268 it != sIndirectLayerTrees.end(); it++) { in RecvNotifyChildCreated()
389 parent = sIndirectLayerTrees[id].mParent; in ScheduleComposite()
[all …]
H A DCompositorBridgeParent.cpp199 LayerTreeMap sIndirectLayerTrees; variable
214 for (auto it = sIndirectLayerTrees.begin(); it != sIndirectLayerTrees.end(); in ForEachIndirectLayerTree()
248 sIndirectLayerTrees.clear(); in FinishShutdown()
1512 if (sIndirectLayerTrees.find(aChild) != sIndirectLayerTrees.end()) { in RecvNotifyChildRecreated()
1689 sIndirectLayerTrees.erase(iter); in EraseLayerState()
1726 sIndirectLayerTrees.erase(mLayersId); in ~ScopedLayerTreeRegistration()
1743 if (sIndirectLayerTrees.end() == cit) { in GetAPZCTreeManager()
1963 sIndirectLayerTrees[aId].mRoot = aRoot; in UpdateIndirectTree()
1974 if (sIndirectLayerTrees.end() == cit) { in GetIndirectShadowTree()
1990 if (sIndirectLayerTrees.end() == cit) { in CallWithIndirectShadowTree()
[all …]
/dports/www/firefox/firefox-99.0/gfx/layers/ipc/
H A DContentCompositorBridgeParent.cpp43 extern LayerTreeMap sIndirectLayerTrees;
70 sIndirectLayerTrees[aLayersId]; in AllocPAPZCTreeManagerParent()
94 auto iter = sIndirectLayerTrees.find(parent->GetLayersId()); in DeallocPAPZCTreeManagerParent()
95 if (iter != sIndirectLayerTrees.end()) { in DeallocPAPZCTreeManagerParent()
122 sIndirectLayerTrees[aLayersId]; in AllocPAPZParent()
154 MOZ_ASSERT(sIndirectLayerTrees.find(layersId) != sIndirectLayerTrees.end()); in AllocPWebRenderBridgeParent()
156 cbp = sIndirectLayerTrees[layersId].mParent; in AllocPWebRenderBridgeParent()
192 sIndirectLayerTrees[layersId].mWrBridge = parent; in AllocPWebRenderBridgeParent()
210 it != sIndirectLayerTrees.end(); it++) { in RecvNotifyChildCreated()
260 if (sIndirectLayerTrees[aId].mWrBridge) { in DidCompositeLocked()
[all …]
H A DCompositorBridgeParent.cpp179 LayerTreeMap sIndirectLayerTrees; variable
194 for (auto it = sIndirectLayerTrees.begin(); it != sIndirectLayerTrees.end(); in ForEachIndirectLayerTree()
207 for (auto& it : sIndirectLayerTrees) { in ForEachWebRenderBridgeParent()
242 sIndirectLayerTrees.clear(); in FinishShutdown()
803 for (auto it = sIndirectLayerTrees.begin(); it != sIndirectLayerTrees.end(); in GetCompositorBridgeParentFromWindowId()
1014 if (it == sIndirectLayerTrees.end()) { in ScheduleForcedComposition()
1042 if (sIndirectLayerTrees.find(aChild) != sIndirectLayerTrees.end()) { in RecvNotifyChildRecreated()
1429 sIndirectLayerTrees.erase(iter); in EraseLayerState()
1474 sIndirectLayerTrees.erase(mLayersId); in ~ScopedLayerTreeRegistration()
1493 if (sIndirectLayerTrees.end() == cit) { in GetAPZCTreeManager()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/ipc/
H A DContentCompositorBridgeParent.cpp51 extern LayerTreeMap sIndirectLayerTrees;
90 if (sIndirectLayerTrees.end() != itr) { in AllocPLayerTransactionParent()
104 sIndirectLayerTrees[aId].mLayerTree = p; in AllocPLayerTransactionParent()
137 sIndirectLayerTrees[aLayersId]; in AllocPAPZCTreeManagerParent()
162 if (iter != sIndirectLayerTrees.end()) { in DeallocPAPZCTreeManagerParent()
189 sIndirectLayerTrees[aLayersId]; in AllocPAPZParent()
221 MOZ_ASSERT(sIndirectLayerTrees.find(layersId) != sIndirectLayerTrees.end()); in AllocPWebRenderBridgeParent()
223 cbp = sIndirectLayerTrees[layersId].mParent; in AllocPWebRenderBridgeParent()
294 it != sIndirectLayerTrees.end(); it++) { in RecvNotifyChildCreated()
417 parent = sIndirectLayerTrees[id].mParent; in ScheduleComposite()
[all …]
H A DCompositorBridgeParent.cpp240 LayerTreeMap sIndirectLayerTrees; variable
255 for (auto it = sIndirectLayerTrees.begin(); it != sIndirectLayerTrees.end(); in ForEachIndirectLayerTree()
268 for (auto& it : sIndirectLayerTrees) { in ForEachWebRenderBridgeParent()
302 sIndirectLayerTrees.clear(); in FinishShutdown()
1086 for (auto it = sIndirectLayerTrees.begin(); it != sIndirectLayerTrees.end(); in GetCompositorBridgeParentFromWindowId()
1569 if (it == sIndirectLayerTrees.end()) { in ScheduleForcedComposition()
1597 if (sIndirectLayerTrees.find(aChild) != sIndirectLayerTrees.end()) { in RecvNotifyChildRecreated()
2024 sIndirectLayerTrees.erase(iter); in EraseLayerState()
2079 sIndirectLayerTrees.erase(mLayersId); in ~ScopedLayerTreeRegistration()
2098 if (sIndirectLayerTrees.end() == cit) { in GetAPZCTreeManager()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/ipc/
H A DContentCompositorBridgeParent.cpp51 extern LayerTreeMap sIndirectLayerTrees;
90 if (sIndirectLayerTrees.end() != itr) { in AllocPLayerTransactionParent()
104 sIndirectLayerTrees[aId].mLayerTree = p; in AllocPLayerTransactionParent()
137 sIndirectLayerTrees[aLayersId]; in AllocPAPZCTreeManagerParent()
162 if (iter != sIndirectLayerTrees.end()) { in DeallocPAPZCTreeManagerParent()
189 sIndirectLayerTrees[aLayersId]; in AllocPAPZParent()
221 MOZ_ASSERT(sIndirectLayerTrees.find(layersId) != sIndirectLayerTrees.end()); in AllocPWebRenderBridgeParent()
223 cbp = sIndirectLayerTrees[layersId].mParent; in AllocPWebRenderBridgeParent()
294 it != sIndirectLayerTrees.end(); it++) { in RecvNotifyChildCreated()
417 parent = sIndirectLayerTrees[id].mParent; in ScheduleComposite()
[all …]
H A DCompositorBridgeParent.cpp240 LayerTreeMap sIndirectLayerTrees; variable
255 for (auto it = sIndirectLayerTrees.begin(); it != sIndirectLayerTrees.end(); in ForEachIndirectLayerTree()
268 for (auto& it : sIndirectLayerTrees) { in ForEachWebRenderBridgeParent()
302 sIndirectLayerTrees.clear(); in FinishShutdown()
1086 for (auto it = sIndirectLayerTrees.begin(); it != sIndirectLayerTrees.end(); in GetCompositorBridgeParentFromWindowId()
1569 if (it == sIndirectLayerTrees.end()) { in ScheduleForcedComposition()
1597 if (sIndirectLayerTrees.find(aChild) != sIndirectLayerTrees.end()) { in RecvNotifyChildRecreated()
2024 sIndirectLayerTrees.erase(iter); in EraseLayerState()
2079 sIndirectLayerTrees.erase(mLayersId); in ~ScopedLayerTreeRegistration()
2098 if (sIndirectLayerTrees.end() == cit) { in GetAPZCTreeManager()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/ipc/
H A DContentCompositorBridgeParent.cpp54 extern LayerTreeMap sIndirectLayerTrees;
93 if (sIndirectLayerTrees.end() != itr) { in AllocPLayerTransactionParent()
107 sIndirectLayerTrees[aId].mLayerTree = p; in AllocPLayerTransactionParent()
140 sIndirectLayerTrees[aLayersId]; in AllocPAPZCTreeManagerParent()
164 if (iter != sIndirectLayerTrees.end()) { in DeallocPAPZCTreeManagerParent()
191 sIndirectLayerTrees[aLayersId]; in AllocPAPZParent()
222 MOZ_ASSERT(sIndirectLayerTrees.find(layersId) != sIndirectLayerTrees.end()); in AllocPWebRenderBridgeParent()
224 cbp = sIndirectLayerTrees[layersId].mParent; in AllocPWebRenderBridgeParent()
291 it != sIndirectLayerTrees.end(); it++) { in RecvNotifyChildCreated()
453 parent = sIndirectLayerTrees[id].mParent; in ScheduleComposite()
[all …]
H A DCompositorBridgeParent.cpp234 LayerTreeMap sIndirectLayerTrees; variable
249 for (auto it = sIndirectLayerTrees.begin(); it != sIndirectLayerTrees.end(); in ForEachIndirectLayerTree()
262 for (auto& it : sIndirectLayerTrees) { in ForEachWebRenderBridgeParent()
296 sIndirectLayerTrees.clear(); in FinishShutdown()
1184 for (auto it = sIndirectLayerTrees.begin(); it != sIndirectLayerTrees.end(); in GetCompositorBridgeParentFromWindowId()
1664 if (it == sIndirectLayerTrees.end()) { in ScheduleForcedComposition()
1692 if (sIndirectLayerTrees.find(aChild) != sIndirectLayerTrees.end()) { in RecvNotifyChildRecreated()
2074 sIndirectLayerTrees.erase(iter); in EraseLayerState()
2117 sIndirectLayerTrees.erase(mLayersId); in ~ScopedLayerTreeRegistration()
2136 if (sIndirectLayerTrees.end() == cit) { in GetAPZCTreeManager()
[all …]