/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/ |
H A D | composite.rs | 117 pub native_surface_id: Option<NativeSurfaceId>, field 637 external_surface.native_surface_id.expect("bug: no native surface!"), in push_surface() 689 surface_id: external_surface.native_surface_id, in push_surface()
|
H A D | picture.rs | 2257 pub native_surface_id: NativeSurfaceId, field 2913 … frame_state.resource_cache.destroy_compositor_surface(external_surface.native_surface_id) in pre_update() 3091 let (native_surface_id, update_params) = match composite_state.compositor_kind { 3109 let native_surface_id = resource_cache.create_compositor_surface( localVariable 3116 surface_id: native_surface_id, 3125 native_surface_id, 3153 (Some(native_surface.native_surface_id), update_params) 3167 native_surface_id, 3772 frame_state.resource_cache.destroy_compositor_surface(surface.native_surface_id); in post_update()
|
H A D | frame_builder.rs | 416 … visibility_state.resource_cache.destroy_compositor_surface(external_surface.native_surface_id) in build_layer_screen_rects_and_cull_layers()
|
H A D | renderer.rs | 4532 let (native_surface_id, surface_size) = match surface.update_params { in update_external_native_surfaces() 4547 surface_id: native_surface_id, in update_external_native_surfaces()
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/ |
H A D | composite.rs | 183 pub native_surface_id: Option<NativeSurfaceId>, field 779 surface_id: external_surface.native_surface_id, in push_surface() 865 external_surface.native_surface_id.expect("bug: no native surface!"),
|
H A D | picture.rs | 2088 pub native_surface_id: NativeSurfaceId, field 2461 resource_cache.destroy_compositor_surface(external_surface.native_surface_id) in destroy() 3166 let (native_surface_id, update_params) = match composite_state.compositor_kind { 3183 let native_surface_id = match external_image_id { localVariable 3192 let native_surface_id = localVariable 3200 surface_id: native_surface_id, 3206 native_surface_id 3212 native_surface_id, 3227 native_surface.native_surface_id, 3254 (Some(native_surface.native_surface_id), update_params) [all …]
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/ |
H A D | composite.rs | 183 pub native_surface_id: Option<NativeSurfaceId>, field 779 surface_id: external_surface.native_surface_id, in push_surface() 865 external_surface.native_surface_id.expect("bug: no native surface!"),
|
H A D | picture.rs | 2088 pub native_surface_id: NativeSurfaceId, field 2461 resource_cache.destroy_compositor_surface(external_surface.native_surface_id) in destroy() 3166 let (native_surface_id, update_params) = match composite_state.compositor_kind { 3183 let native_surface_id = match external_image_id { localVariable 3192 let native_surface_id = localVariable 3200 surface_id: native_surface_id, 3206 native_surface_id 3212 native_surface_id, 3227 native_surface.native_surface_id, 3254 (Some(native_surface.native_surface_id), update_params) [all …]
|
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/ |
H A D | composite.rs | 183 pub native_surface_id: Option<NativeSurfaceId>, field 779 surface_id: external_surface.native_surface_id, in push_surface() 865 external_surface.native_surface_id.expect("bug: no native surface!"),
|
H A D | picture.rs | 1654 pub native_surface_id: NativeSurfaceId, field 2027 resource_cache.destroy_compositor_surface(external_surface.native_surface_id) in destroy() 2729 let (native_surface_id, update_params) = match composite_state.compositor_kind { 2746 let native_surface_id = match external_image_id { localVariable 2755 let native_surface_id = localVariable 2763 surface_id: native_surface_id, 2769 native_surface_id 2775 native_surface_id, 2790 native_surface.native_surface_id, 2817 (Some(native_surface.native_surface_id), update_params) [all …]
|
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/ |
H A D | mod.rs | 2940 let (native_surface_id, surface_size) = match surface.update_params { in update_external_native_surfaces() 2955 surface_id: native_surface_id, in update_external_native_surfaces() 4461 if let Some((native_surface_id, size)) = surface.update_params { in draw_frame() 4463 …compositor.invalidate_tile(NativeTileId { surface_id: native_surface_id, x: 0, y: 0 }, surface_rec… in draw_frame()
|
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/ |
H A D | mod.rs | 2940 let (native_surface_id, surface_size) = match surface.update_params { in update_external_native_surfaces() 2955 surface_id: native_surface_id, in update_external_native_surfaces() 4461 if let Some((native_surface_id, size)) = surface.update_params { in draw_frame() 4463 …compositor.invalidate_tile(NativeTileId { surface_id: native_surface_id, x: 0, y: 0 }, surface_rec… in draw_frame()
|
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/ |
H A D | mod.rs | 3067 let (native_surface_id, surface_size) = match surface.update_params { in update_external_native_surfaces() 3082 surface_id: native_surface_id, in update_external_native_surfaces() 4619 if let Some((native_surface_id, size)) = surface.update_params { in draw_frame() 4621 …compositor.invalidate_tile(NativeTileId { surface_id: native_surface_id, x: 0, y: 0 }, surface_rec… in draw_frame()
|