Home
last modified time | relevance | path

Searched refs:mRootLayerTreeID (Results 1 – 20 of 20) sorted by relevance

/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DCompositorWidgetParent.cpp196 MOZ_ASSERT(mRootLayerTreeID.isSome()); in UpdateCompositorWnd()
204 if (aSuccess && self->mRootLayerTreeID.isSome()) { in UpdateCompositorWnd()
209 self->mRootLayerTreeID.ref()); in UpdateCompositorWnd()
217 mRootLayerTreeID = Some(aRootLayerTreeId); in SetRootLayerTreeID()
H A DCompositorWidgetParent.h68 Maybe<layers::LayersId> mRootLayerTreeID; variable
/dports/www/firefox/firefox-99.0/widget/windows/
H A DCompositorWidgetParent.cpp214 MOZ_ASSERT(mRootLayerTreeID.isSome()); in UpdateCompositorWnd()
222 if (aSuccess && self->mRootLayerTreeID.isSome()) { in UpdateCompositorWnd()
227 self->mRootLayerTreeID.ref(), wr::RenderReasons::WIDGET); in UpdateCompositorWnd()
235 mRootLayerTreeID = Some(aRootLayerTreeId); in SetRootLayerTreeID()
H A DCompositorWidgetParent.h73 Maybe<layers::LayersId> mRootLayerTreeID; variable
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DCompositorWidgetParent.cpp196 MOZ_ASSERT(mRootLayerTreeID.isSome()); in UpdateCompositorWnd()
204 if (aSuccess && self->mRootLayerTreeID.isSome()) { in UpdateCompositorWnd()
209 self->mRootLayerTreeID.ref()); in UpdateCompositorWnd()
217 mRootLayerTreeID = Some(aRootLayerTreeId); in SetRootLayerTreeID()
H A DCompositorWidgetParent.h68 Maybe<layers::LayersId> mRootLayerTreeID; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/ipc/
H A DCompositorBridgeParent.cpp295 mRootLayerTreeID(0), in CompositorBridgeParent()
316 mRootLayerTreeID = aLayerTreeId; in InitSameProcess()
327 mRootLayerTreeID = aRootLayerTreeId; in RecvInitialize()
351 sIndirectLayerTrees[mRootLayerTreeID].mParent = this; in Initialize()
362 MOZ_ASSERT(mRootLayerTreeID); in RootLayerTreeId()
363 return mRootLayerTreeID; in RootLayerTreeId()
593 sIndirectLayerTrees.erase(mRootLayerTreeID); in ActorDestroy()
1019 sIndirectLayerTrees[mRootLayerTreeID]; in AllocPAPZCTreeManagerParent()
1056 sIndirectLayerTrees[mRootLayerTreeID]; in AllocPAPZParent()
1131 mApzSampler->UpdateFocusState(mRootLayerTreeID, mRootLayerTreeID, in ShadowLayersUpdated()
[all …]
H A DCompositorBridgeParent.h667 uint64_t mRootLayerTreeID; variable
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DCompositorWidgetParent.cpp213 MOZ_ASSERT(mRootLayerTreeID.isSome()); in UpdateCompositorWnd()
221 if (aSuccess && self->mRootLayerTreeID.isSome()) { in UpdateCompositorWnd()
226 self->mRootLayerTreeID.ref()); in UpdateCompositorWnd()
234 mRootLayerTreeID = Some(aRootLayerTreeId); in SetRootLayerTreeID()
H A DCompositorWidgetParent.h64 Maybe<layers::LayersId> mRootLayerTreeID; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/ipc/
H A DCompositorBridgeParent.cpp344 mRootLayerTreeID{0}, in CompositorBridgeParent()
357 mRootLayerTreeID = aLayerTreeId; in InitSameProcess()
366 mRootLayerTreeID = aRootLayerTreeId; in RecvInitialize()
420 MOZ_ASSERT(mRootLayerTreeID.IsValid()); in RootLayerTreeId()
421 return mRootLayerTreeID; in RootLayerTreeId()
468 mApzUpdater->ClearTree(mRootLayerTreeID); in StopAndClearResources()
1002 sIndirectLayerTrees[mRootLayerTreeID]; in AllocPAPZCTreeManagerParent()
1048 sIndirectLayerTrees[mRootLayerTreeID]; in AllocPAPZParent()
1151 mApzUpdater->UpdateFocusState(mRootLayerTreeID, mRootLayerTreeID, in ShadowLayersUpdated()
1282 if (layersId == mRootLayerTreeID) { in NotifyJankedAnimations()
[all …]
H A DCompositorBridgeParent.h818 LayersId mRootLayerTreeID; in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() local
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/ipc/
H A DCompositorBridgeParent.cpp344 mRootLayerTreeID{0}, in CompositorBridgeParent()
357 mRootLayerTreeID = aLayerTreeId; in InitSameProcess()
366 mRootLayerTreeID = aRootLayerTreeId; in RecvInitialize()
420 MOZ_ASSERT(mRootLayerTreeID.IsValid()); in RootLayerTreeId()
421 return mRootLayerTreeID; in RootLayerTreeId()
468 mApzUpdater->ClearTree(mRootLayerTreeID); in StopAndClearResources()
1002 sIndirectLayerTrees[mRootLayerTreeID]; in AllocPAPZCTreeManagerParent()
1048 sIndirectLayerTrees[mRootLayerTreeID]; in AllocPAPZParent()
1151 mApzUpdater->UpdateFocusState(mRootLayerTreeID, mRootLayerTreeID, in ShadowLayersUpdated()
1282 if (layersId == mRootLayerTreeID) { in NotifyJankedAnimations()
[all …]
H A DCompositorBridgeParent.h818 LayersId mRootLayerTreeID; in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() local
/dports/www/firefox/firefox-99.0/gfx/layers/ipc/
H A DCompositorBridgeParent.cpp284 mRootLayerTreeID{0}, in CompositorBridgeParent()
297 mRootLayerTreeID = aLayerTreeId; in InitSameProcess()
306 mRootLayerTreeID = aRootLayerTreeId; in RecvInitialize()
351 MOZ_ASSERT(mRootLayerTreeID.IsValid()); in RootLayerTreeId()
352 return mRootLayerTreeID; in RootLayerTreeId()
397 mApzUpdater->ClearTree(mRootLayerTreeID); in StopAndClearResources()
572 sIndirectLayerTrees.erase(mRootLayerTreeID); in ActorDestroy()
719 sIndirectLayerTrees[mRootLayerTreeID]; in AllocPAPZCTreeManagerParent()
723 mRootLayerTreeID, mApzcTreeManager, mApzUpdater); in AllocPAPZCTreeManagerParent()
765 sIndirectLayerTrees[mRootLayerTreeID]; in AllocPAPZParent()
[all …]
H A DCompositorBridgeParent.h700 LayersId mRootLayerTreeID; in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() local
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/ipc/
H A DCompositorBridgeParent.cpp339 mRootLayerTreeID{0},
360 mRootLayerTreeID = aLayerTreeId; in InitSameProcess()
369 mRootLayerTreeID = aRootLayerTreeId; in RecvInitialize()
417 MOZ_ASSERT(mRootLayerTreeID.IsValid()); in RootLayerTreeId()
418 return mRootLayerTreeID; in RootLayerTreeId()
456 mApzUpdater->ClearTree(mRootLayerTreeID); in StopAndClearResources()
668 sIndirectLayerTrees.erase(mRootLayerTreeID); in ActorDestroy()
1112 sIndirectLayerTrees[mRootLayerTreeID]; in AllocPAPZCTreeManagerParent()
1150 sIndirectLayerTrees[mRootLayerTreeID]; in AllocPAPZParent()
1249 mApzUpdater->UpdateFocusState(mRootLayerTreeID, mRootLayerTreeID, in ShadowLayersUpdated()
[all …]
H A DCompositorBridgeParent.h846 LayersId mRootLayerTreeID; in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/ipc/
H A DCompositorBridgeParent.cpp606 , mRootLayerTreeID(0) in CompositorBridgeParent()
628 mRootLayerTreeID = aLayerTreeId; in InitSameProcess()
653 mRootLayerTreeID = aRootLayerTreeId; in RecvInitialize()
678 sIndirectLayerTrees[mRootLayerTreeID].mParent = this; in Initialize()
705 MOZ_ASSERT(mRootLayerTreeID); in RootLayerTreeId()
706 return mRootLayerTreeID; in RootLayerTreeId()
920 sIndirectLayerTrees.erase(mRootLayerTreeID); in ActorDestroy()
1117 mApzcTreeManager->UpdateHitTestingTree(mRootLayerTreeID, in NotifyShadowTreeTransaction()
1470 mRootLayerTreeID, aPaintSequenceNumber); in ShadowLayersUpdated()
1581 layersId = mRootLayerTreeID; in FlushApzRepaints()
[all …]
H A DCompositorBridgeParent.h648 uint64_t mRootLayerTreeID; variable