Home
last modified time | relevance | path

Searched refs:aVsyncStart (Results 1 – 11 of 11) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/ipc/
H A DShadowLayers.cpp545 const mozilla::TimeStamp& aVsyncStart, in EndTransaction() argument
673 info.vsyncStart() = aVsyncStart; in EndTransaction()
H A DCompositorBridgeParent.cpp2529 const VsyncId& aTxnId, const TimeStamp& aVsyncStart, in RecordContentFrameTime() argument
2560 if (!(aTxnId == VsyncId()) && aVsyncStart) { in RecordContentFrameTime()
2561 latencyMs = (aCompositeEnd - aVsyncStart).ToMilliseconds(); in RecordContentFrameTime()
H A DCompositorBridgeParent.h841 const VsyncId& aTxnId, const TimeStamp& aVsyncStart,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/ipc/
H A DShadowLayers.cpp530 const mozilla::TimeStamp& aVsyncStart, in EndTransaction() argument
671 info.vsyncStart() = aVsyncStart; in EndTransaction()
H A DCompositorBridgeParent.cpp2705 const VsyncId& aTxnId, const TimeStamp& aVsyncStart, in RecordContentFrameTime() argument
2757 if (!(aTxnId == VsyncId()) && aVsyncStart) { in RecordContentFrameTime()
2758 latencyMs = (aCompositeEnd - aVsyncStart).ToMilliseconds(); in RecordContentFrameTime()
H A DCompositorBridgeParent.h886 const VsyncId& aTxnId, const TimeStamp& aVsyncStart,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/ipc/
H A DShadowLayers.cpp545 const mozilla::TimeStamp& aVsyncStart, in EndTransaction() argument
673 info.vsyncStart() = aVsyncStart; in EndTransaction()
H A DCompositorBridgeParent.cpp2529 const VsyncId& aTxnId, const TimeStamp& aVsyncStart, in RecordContentFrameTime() argument
2560 if (!(aTxnId == VsyncId()) && aVsyncStart) { in RecordContentFrameTime()
2561 latencyMs = (aCompositeEnd - aVsyncStart).ToMilliseconds(); in RecordContentFrameTime()
H A DCompositorBridgeParent.h841 const VsyncId& aTxnId, const TimeStamp& aVsyncStart,
/dports/www/firefox/firefox-99.0/gfx/layers/ipc/
H A DCompositorBridgeParent.cpp1883 const VsyncId& aTxnId, const TimeStamp& aVsyncStart, in RecordContentFrameTime() argument
1914 if (!(aTxnId == VsyncId()) && aVsyncStart) { in RecordContentFrameTime()
1915 latencyMs = (aCompositeEnd - aVsyncStart).ToMilliseconds(); in RecordContentFrameTime()
H A DCompositorBridgeParent.h723 const VsyncId& aTxnId, const TimeStamp& aVsyncStart,