Home
last modified time | relevance | path

Searched refs:compositor_kind (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dtile_cache.rs250 virtual_surface_size: config.compositor_kind.get_virtual_surface_size(), in add_tile_cache()
389 virtual_surface_size: config.compositor_kind.get_virtual_surface_size(), in add_prim()
422 virtual_surface_size: config.compositor_kind.get_virtual_surface_size(), in add_prim()
612 virtual_surface_size: frame_builder_config.compositor_kind.get_virtual_surface_size(), in create_tile_cache()
H A Dcomposite.rs510 pub compositor_kind: CompositorKind, field
527 compositor_kind: CompositorKind, in new()
536 compositor_kind, in new()
739 let needs_external_surface_update = match self.compositor_kind { in push_surface()
H A Drender_backend.rs813 default_compositor_kind : frame_config.compositor_kind, in new()
1123 let compositor_kind = if enable { in process_api_msg() localVariable
1130 doc.scene.config.compositor_kind = compositor_kind; in process_api_msg()
1134 self.frame_config.compositor_kind = compositor_kind; in process_api_msg()
1459 if doc.scene.config.compositor_kind.should_redraw_on_invalidation() { in update_document()
H A Dscene.rs307 compositor_kind: CompositorKind::default(), in empty()
H A Dframe_builder.rs72 pub compositor_kind: CompositorKind, field
565 scene.config.compositor_kind, in build()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dtile_cache.rs253 virtual_surface_size: config.compositor_kind.get_virtual_surface_size(), in add_tile_cache()
394 virtual_surface_size: config.compositor_kind.get_virtual_surface_size(), in add_prim()
427 virtual_surface_size: config.compositor_kind.get_virtual_surface_size(), in add_prim()
621 virtual_surface_size: frame_builder_config.compositor_kind.get_virtual_surface_size(), in create_tile_cache()
H A Drender_backend.rs726 default_compositor_kind : frame_config.compositor_kind, in new()
1028 let compositor_kind = if enable { in process_api_msg() localVariable
1035 doc.scene.config.compositor_kind = compositor_kind; in process_api_msg()
1039 self.frame_config.compositor_kind = compositor_kind; in process_api_msg()
1369 if doc.scene.config.compositor_kind.should_redraw_on_invalidation() { in update_document()
H A Dcomposite.rs510 pub compositor_kind: CompositorKind, field
527 compositor_kind: CompositorKind, in new()
536 compositor_kind, in new()
739 let needs_external_surface_update = match self.compositor_kind { in push_surface()
H A Dscene.rs326 compositor_kind: CompositorKind::default(), in empty()
H A Dframe_builder.rs73 pub compositor_kind: CompositorKind, field
585 scene.config.compositor_kind, in build()
H A Dpicture.rs1160 … let (supports_dirty_rects, supports_simple_prims) = match state.composite_state.compositor_kind { in post_update()
1239 let descriptor = match state.composite_state.compositor_kind { in post_update()
2317 let virtual_surface_size = frame_context.config.compositor_kind.get_virtual_surface_size(); in pre_update()
2430 match frame_context.config.compositor_kind { in pre_update()
2729 let (native_surface_id, update_params) = match composite_state.compositor_kind {
6619 if let CompositorKind::Native { .. } = self.compositor_kind { in destroy_native_tiles()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dtile_cache.rs250 virtual_surface_size: config.compositor_kind.get_virtual_surface_size(), in add_tile_cache()
389 virtual_surface_size: config.compositor_kind.get_virtual_surface_size(), in add_prim()
422 virtual_surface_size: config.compositor_kind.get_virtual_surface_size(), in add_prim()
612 virtual_surface_size: frame_builder_config.compositor_kind.get_virtual_surface_size(), in create_tile_cache()
H A Dcomposite.rs510 pub compositor_kind: CompositorKind, field
527 compositor_kind: CompositorKind, in new()
536 compositor_kind, in new()
739 let needs_external_surface_update = match self.compositor_kind { in push_surface()
H A Drender_backend.rs813 default_compositor_kind : frame_config.compositor_kind, in new()
1123 let compositor_kind = if enable { in process_api_msg() localVariable
1130 doc.scene.config.compositor_kind = compositor_kind; in process_api_msg()
1134 self.frame_config.compositor_kind = compositor_kind; in process_api_msg()
1459 if doc.scene.config.compositor_kind.should_redraw_on_invalidation() { in update_document()
H A Dscene.rs307 compositor_kind: CompositorKind::default(), in empty()
H A Dframe_builder.rs72 pub compositor_kind: CompositorKind, field
565 scene.config.compositor_kind, in build()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Dcomposite.rs373 pub compositor_kind: CompositorKind, field
388 compositor_kind: CompositorKind, in new()
395 if let CompositorKind::Native { .. } = compositor_kind { in new()
408 compositor_kind, in new()
H A Drender_backend.rs817 default_compositor_kind : frame_config.compositor_kind, in new()
1232 let compositor_kind = if enable { in process_api_msg() localVariable
1239 doc.scene.config.compositor_kind = compositor_kind; in process_api_msg()
1243 self.frame_config.compositor_kind = compositor_kind; in process_api_msg()
1501 … if let CompositorKind::Draw { max_partial_present_rects, .. } = doc.scene.config.compositor_kind { in update_document()
H A Dscene.rs309 compositor_kind: CompositorKind::default(), in empty()
H A Dframe_builder.rs67 pub compositor_kind: CompositorKind, field
573 scene.config.compositor_kind, in build()
H A Drenderer.rs2404 let compositor_kind = match options.compositor_config { in new() localVariable
2430 compositor_kind, in new()
2684 current_compositor_kind: compositor_kind, in new()
3351 let compositor_kind = self.active_documents[0].1.frame.composite_state.compositor_kind; in render_impl() localVariable
3353 if self.current_compositor_kind != compositor_kind { in render_impl()
3354 let enable = match (self.current_compositor_kind, compositor_kind) { in render_impl()
3377 self.current_compositor_kind = compositor_kind; in render_impl()
3446 assert!(self.current_compositor_kind == frame.composite_state.compositor_kind); in render_impl()
H A Dpicture.rs1440 … let (supports_dirty_rects, supports_simple_prims) = match state.composite_state.compositor_kind { in post_update()
1520 let descriptor = match state.composite_state.compositor_kind { in post_update()
2386 let virtual_surface_size = fb_config.compositor_kind.get_virtual_surface_size(); in new()
2775 …if let CompositorKind::Native { virtual_surface_size, .. } = frame_context.config.compositor_kind { in pre_update()
2894 match frame_context.config.compositor_kind { in pre_update()
3091 let (native_surface_id, update_params) = match composite_state.compositor_kind {
7172 if let CompositorKind::Native { .. } = self.compositor_kind { in destroy_native_tiles()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs1145 let compositor_kind = match options.compositor_config { in new() localVariable
1171 compositor_kind, in new()
1393 current_compositor_kind: compositor_kind, in new()
1874 let compositor_kind = active_doc.frame.composite_state.compositor_kind; in render_impl() localVariable
1876 if self.current_compositor_kind != compositor_kind { in render_impl()
1877 let enable = match (self.current_compositor_kind, compositor_kind) { in render_impl()
1901 self.current_compositor_kind = compositor_kind; in render_impl()
1948 assert!(self.current_compositor_kind == frame.composite_state.compositor_kind); in render_impl()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs1145 let compositor_kind = match options.compositor_config { in new() localVariable
1171 compositor_kind, in new()
1393 current_compositor_kind: compositor_kind, in new()
1874 let compositor_kind = active_doc.frame.composite_state.compositor_kind; in render_impl() localVariable
1876 if self.current_compositor_kind != compositor_kind { in render_impl()
1877 let enable = match (self.current_compositor_kind, compositor_kind) { in render_impl()
1901 self.current_compositor_kind = compositor_kind; in render_impl()
1948 assert!(self.current_compositor_kind == frame.composite_state.compositor_kind); in render_impl()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dmod.rs1155 let compositor_kind = match options.compositor_config { in new() localVariable
1181 compositor_kind, in new()
1408 current_compositor_kind: compositor_kind, in new()
1913 let compositor_kind = active_doc.frame.composite_state.compositor_kind; in render_impl() localVariable
1915 if self.current_compositor_kind != compositor_kind { in render_impl()
1916 let enable = match (self.current_compositor_kind, compositor_kind) { in render_impl()
1940 self.current_compositor_kind = compositor_kind; in render_impl()
1987 assert!(self.current_compositor_kind == frame.composite_state.compositor_kind); in render_impl()

12