Home
last modified time | relevance | path

Searched refs:composite_rgba_fast_path (Results 1 – 3 of 3) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dshade.rs615 pub composite_rgba_fast_path: Vec<Option<LazilyCompiledShader>>, field
915 let mut composite_rgba_fast_path = Vec::new(); in new() localVariable
921 composite_rgba_fast_path.push(None); in new()
989 composite_rgba_fast_path[index] = Some(composite_rgba_fast_path_shader); in new()
1090 composite_rgba_fast_path, in new()
1111 self.composite_rgba_fast_path[shader_index] in get_composite_shader()
1282 for shader in self.composite_rgba_fast_path { in deinit()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dshade.rs615 pub composite_rgba_fast_path: Vec<Option<LazilyCompiledShader>>, field
915 let mut composite_rgba_fast_path = Vec::new(); in new() localVariable
921 composite_rgba_fast_path.push(None); in new()
989 composite_rgba_fast_path[index] = Some(composite_rgba_fast_path_shader); in new()
1090 composite_rgba_fast_path, in new()
1111 self.composite_rgba_fast_path[shader_index] in get_composite_shader()
1282 for shader in self.composite_rgba_fast_path { in deinit()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dshade.rs644 pub composite_rgba_fast_path: Vec<Option<LazilyCompiledShader>>, field
978 let mut composite_rgba_fast_path = Vec::new(); in new() localVariable
984 composite_rgba_fast_path.push(None); in new()
1056 composite_rgba_fast_path[index] = Some(composite_rgba_fast_path_shader); in new()
1165 composite_rgba_fast_path, in new()
1186 self.composite_rgba_fast_path[shader_index] in get_composite_shader()
1358 for shader in self.composite_rgba_fast_path { in deinit()