Home
last modified time | relevance | path

Searched refs:set_root_pipeline (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Dscene_builder.rs51 pub set_root_pipeline: Option<PipelineId>, field
63 self.set_root_pipeline.is_none() in can_skip_scene_builder()
68 self.set_root_pipeline.is_some() in should_build_scene()
486 if let Some(id) = txn.set_root_pipeline { in process_transaction()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/examples/
H A Ddocument.rs69 txn.set_root_pipeline(pipeline_id); in init()
H A Dmultiwindow.rs286 txn.set_root_pipeline(self.pipeline_id); in tick()
/dports/www/firefox/firefox-99.0/gfx/wr/examples/
H A Ddocument.rs69 txn.set_root_pipeline(pipeline_id); in init()
H A Dmultiwindow.rs286 txn.set_root_pipeline(self.pipeline_id); in tick()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/examples/
H A Ddocument.rs69 txn.set_root_pipeline(pipeline_id); in init()
H A Dmultiwindow.rs286 txn.set_root_pipeline(self.pipeline_id); in tick()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/examples/
H A Ddocument.rs72 txn.set_root_pipeline(pipeline_id); in init()
H A Dframe_output.rs115 txn.set_root_pipeline(pipeline_id); in init_output_document()
H A Dmultiwindow.rs271 txn.set_root_pipeline(self.pipeline_id); in tick()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/examples/
H A Ddocument.rs73 txn.set_root_pipeline(pipeline_id); in init()
H A Dframe_output.rs132 txn.set_root_pipeline(pipeline_id); in init_output_document()
H A Dmultiwindow.rs286 txn.set_root_pipeline(self.pipeline_id); in tick()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/wrench/src/
H A Dwrench.rs133 txn.set_root_pipeline(root_pipeline_id); in do_frame()
262 txn.set_root_pipeline(wrench.root_pipeline_id); in new()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/wrench/src/
H A Dwrench.rs125 txn.set_root_pipeline(root_pipeline_id); in do_frame()
317 txn.set_root_pipeline(wrench.root_pipeline_id); in new()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/wrench/src/
H A Dwrench.rs124 txn.set_root_pipeline(root_pipeline_id); in do_frame()
325 txn.set_root_pipeline(wrench.root_pipeline_id); in new()
/dports/www/firefox/firefox-99.0/gfx/wr/wrench/src/
H A Dwrench.rs122 txn.set_root_pipeline(root_pipeline_id); in do_frame()
313 txn.set_root_pipeline(wrench.root_pipeline_id); in new()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/wrench/src/
H A Dwrench.rs125 txn.set_root_pipeline(root_pipeline_id); in do_frame()
317 txn.set_root_pipeline(wrench.root_pipeline_id); in new()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/direct-composition/src/
H A Dmain_windows.rs171 transaction.set_root_pipeline(pipeline_id); in render()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/examples/common/
H A Dboilerplate.rs191 txn.set_root_pipeline(pipeline_id); in main_wrapper()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/examples/common/
H A Dboilerplate.rs216 txn.set_root_pipeline(pipeline_id); in main_wrapper()
/dports/www/firefox/firefox-99.0/gfx/wr/examples/common/
H A Dboilerplate.rs216 txn.set_root_pipeline(pipeline_id); in main_wrapper()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/examples/common/
H A Dboilerplate.rs216 txn.set_root_pipeline(pipeline_id); in main_wrapper()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/examples/common/
H A Dboilerplate.rs222 txn.set_root_pipeline(pipeline_id); in main_wrapper()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/example-compositor/compositor/src/
H A Dmain.rs399 txn.set_root_pipeline(root_pipeline_id); in main()

12