Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Ddebug_render.rs95 font_vao: VAO, field
115 let font_vao = device.create_vao(&DESC_FONT); in new() localVariable
139 font_vao, in new()
151 device.delete_vao(self.font_vao); in deinit()
314 device.bind_vao(&self.font_vao); in render()
315 … device.update_vao_indices(&self.font_vao, &self.font_indices, VertexUsageHint::Dynamic); in render()
317 &self.font_vao, in render()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrender-0.60.0/src/
H A Ddebug_render.rs110 font_vao: VAO, field
137 let font_vao = device.create_vao(&DESC_FONT); in new() localVariable
164 font_vao, in new()
176 device.delete_vao(self.font_vao); in deinit()
363 device.bind_vao(&self.font_vao); in render()
364 … device.update_vao_indices(&self.font_vao, &self.font_indices, VertexUsageHint::Dynamic); in render()
366 &self.font_vao, in render()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Ddebug.rs96 font_vao: VAO, field
123 let font_vao = device.create_vao(&DESC_FONT, 1); in new() localVariable
149 font_vao, in new()
161 device.delete_vao(self.font_vao); in deinit()
356 device.bind_vao(&self.font_vao); in render()
357 … device.update_vao_indices(&self.font_vao, &self.font_indices, VertexUsageHint::Dynamic); in render()
359 &self.font_vao, in render()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Ddebug_render.rs111 font_vao: VAO, field
138 let font_vao = device.create_vao(&DESC_FONT); in new() localVariable
165 font_vao, in new()
177 device.delete_vao(self.font_vao); in deinit()
372 device.bind_vao(&self.font_vao); in render()
373 … device.update_vao_indices(&self.font_vao, &self.font_indices, VertexUsageHint::Dynamic); in render()
375 &self.font_vao, in render()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Ddebug.rs96 font_vao: VAO, field
123 let font_vao = device.create_vao(&DESC_FONT, 1); in new() localVariable
149 font_vao, in new()
161 device.delete_vao(self.font_vao); in deinit()
356 device.bind_vao(&self.font_vao); in render()
357 … device.update_vao_indices(&self.font_vao, &self.font_indices, VertexUsageHint::Dynamic); in render()
359 &self.font_vao, in render()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Ddebug.rs96 font_vao: VAO, field
123 let font_vao = device.create_vao(&DESC_FONT, 1); in new() localVariable
149 font_vao, in new()
161 device.delete_vao(self.font_vao); in deinit()
356 device.bind_vao(&self.font_vao); in render()
357 … device.update_vao_indices(&self.font_vao, &self.font_indices, VertexUsageHint::Dynamic); in render()
359 &self.font_vao, in render()