Home
last modified time | relevance | path

Searched refs:lastCompletedFrameId (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/wr/
H A DAsyncImagePipelineManager.cpp671 uint64_t lastCompletedFrameId = mLastCompletedFrameId; in CheckForTextureHostsNotUsedByGPU() local
676 [lastCompletedFrameId](const auto& entry) { in CheckForTextureHostsNotUsedByGPU()
677 return lastCompletedFrameId < entry.first.mId; in CheckForTextureHostsNotUsedByGPU()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/wr/
H A DAsyncImagePipelineManager.cpp719 uint64_t lastCompletedFrameId = mLastCompletedFrameId; in CheckForTextureHostsNotUsedByGPU() local
724 [lastCompletedFrameId](const auto& entry) { in CheckForTextureHostsNotUsedByGPU()
725 return lastCompletedFrameId < entry.first.mId; in CheckForTextureHostsNotUsedByGPU()
/dports/www/firefox/firefox-99.0/gfx/layers/wr/
H A DAsyncImagePipelineManager.cpp731 uint64_t lastCompletedFrameId = mLastCompletedFrameId; in CheckForTextureHostsNotUsedByGPU() local
736 [lastCompletedFrameId](const auto& entry) { in CheckForTextureHostsNotUsedByGPU()
737 return lastCompletedFrameId < entry.first.mId; in CheckForTextureHostsNotUsedByGPU()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/wr/
H A DAsyncImagePipelineManager.cpp719 uint64_t lastCompletedFrameId = mLastCompletedFrameId; in CheckForTextureHostsNotUsedByGPU() local
724 [lastCompletedFrameId](const auto& entry) { in CheckForTextureHostsNotUsedByGPU()
725 return lastCompletedFrameId < entry.first.mId; in CheckForTextureHostsNotUsedByGPU()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/webrender_bindings/
H A DRenderThread.cpp517 RenderedFrameId lastCompletedFrameId = renderer->GetLastCompletedFrameId(); in UpdateAndRender() local
528 lastCompletedFrameId); in UpdateAndRender()
/dports/www/firefox-esr/firefox-91.8.0/gfx/webrender_bindings/
H A DRenderThread.cpp524 RenderedFrameId lastCompletedFrameId = renderer->GetLastCompletedFrameId(); in UpdateAndRender() local
534 pipelineMgr->NotifyPipelinesUpdated(info, latestFrameId, lastCompletedFrameId, in UpdateAndRender()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/webrender_bindings/
H A DRenderThread.cpp524 RenderedFrameId lastCompletedFrameId = renderer->GetLastCompletedFrameId(); in UpdateAndRender() local
534 pipelineMgr->NotifyPipelinesUpdated(info, latestFrameId, lastCompletedFrameId, in UpdateAndRender()
/dports/www/firefox/firefox-99.0/gfx/webrender_bindings/
H A DRenderThread.cpp572 RenderedFrameId lastCompletedFrameId = renderer->GetLastCompletedFrameId(); in UpdateAndRender() local
582 pipelineMgr->NotifyPipelinesUpdated(info, latestFrameId, lastCompletedFrameId, in UpdateAndRender()