Home
last modified time | relevance | path

Searched refs:VertexDataTexture (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dvertex.rs785 pub struct VertexDataTexture<T> { struct
791 impl<T> VertexDataTexture<T> { argument
912 prim_header_f_texture: VertexDataTexture<PrimitiveHeaderF>,
913 prim_header_i_texture: VertexDataTexture<PrimitiveHeaderI>,
914 transforms_texture: VertexDataTexture<TransformData>,
915 render_task_texture: VertexDataTexture<RenderTaskData>,
921 prim_header_f_texture: VertexDataTexture::new(api::ImageFormat::RGBAF32), in new()
922 prim_header_i_texture: VertexDataTexture::new(api::ImageFormat::RGBAI32), in new()
923 transforms_texture: VertexDataTexture::new(api::ImageFormat::RGBAF32), in new()
924 render_task_texture: VertexDataTexture::new(api::ImageFormat::RGBAF32), in new()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dvertex.rs785 pub struct VertexDataTexture<T> { struct
791 impl<T> VertexDataTexture<T> { implementation
912 prim_header_f_texture: VertexDataTexture<PrimitiveHeaderF>,
913 prim_header_i_texture: VertexDataTexture<PrimitiveHeaderI>,
914 transforms_texture: VertexDataTexture<TransformData>,
915 render_task_texture: VertexDataTexture<RenderTaskData>,
921 prim_header_f_texture: VertexDataTexture::new(api::ImageFormat::RGBAF32), in new()
922 prim_header_i_texture: VertexDataTexture::new(api::ImageFormat::RGBAI32), in new()
923 transforms_texture: VertexDataTexture::new(api::ImageFormat::RGBAF32), in new()
924 render_task_texture: VertexDataTexture::new(api::ImageFormat::RGBAF32), in new()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dvertex.rs811 pub struct VertexDataTexture<T> { struct
817 impl<T> VertexDataTexture<T> { impl
938 prim_header_f_texture: VertexDataTexture<PrimitiveHeaderF>,
939 prim_header_i_texture: VertexDataTexture<PrimitiveHeaderI>,
940 transforms_texture: VertexDataTexture<TransformData>,
941 render_task_texture: VertexDataTexture<RenderTaskData>,
947 prim_header_f_texture: VertexDataTexture::new(api::ImageFormat::RGBAF32), in new()
948 prim_header_i_texture: VertexDataTexture::new(api::ImageFormat::RGBAI32), in new()
949 transforms_texture: VertexDataTexture::new(api::ImageFormat::RGBAF32), in new()
950 render_task_texture: VertexDataTexture::new(api::ImageFormat::RGBAF32), in new()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Drenderer.rs1324 struct VertexDataTexture { struct
1330 impl VertexDataTexture { implementation
1334 ) -> VertexDataTexture { in new() argument
1336 VertexDataTexture { texture: None, format, pbo } in new()
1526 prim_header_f_texture: VertexDataTexture,
1527 prim_header_i_texture: VertexDataTexture,
1528 transforms_texture: VertexDataTexture,
1529 render_task_texture: VertexDataTexture,
1805 let prim_header_f_texture = VertexDataTexture::new(&mut device, ImageFormat::RGBAF32); in new()
1807 let transforms_texture = VertexDataTexture::new(&mut device, ImageFormat::RGBAF32); in new()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Drenderer.rs1090 struct VertexDataTexture { struct
1095 impl VertexDataTexture { argument
1096 fn new(device: &mut Device) -> VertexDataTexture { in new() argument
1100 VertexDataTexture { texture, pbo } in new()
1645 node_data_texture: VertexDataTexture,
1646 local_clip_rects_texture: VertexDataTexture,
1647 render_task_texture: VertexDataTexture,
2130 let node_data_texture = VertexDataTexture::new(&mut device); in new()
2131 let local_clip_rects_texture = VertexDataTexture::new(&mut device); in new()
2132 let render_task_texture = VertexDataTexture::new(&mut device); in new()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Drenderer.rs1696 struct VertexDataTexture<T> { struct
1703 impl<T> VertexDataTexture<T> { argument
1708 VertexDataTexture { in new()
1909 prim_header_f_texture: VertexDataTexture<PrimitiveHeaderF>,
1910 prim_header_i_texture: VertexDataTexture<PrimitiveHeaderI>,
1911 transforms_texture: VertexDataTexture<TransformData>,
1912 render_task_texture: VertexDataTexture<RenderTaskData>,
1920 prim_header_f_texture: VertexDataTexture::new(device, ImageFormat::RGBAF32), in new()
1921 prim_header_i_texture: VertexDataTexture::new(device, ImageFormat::RGBAI32), in new()
1922 transforms_texture: VertexDataTexture::new(device, ImageFormat::RGBAF32), in new()
[all …]