Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dpicture_textures.rs71 struct PictureTexture { struct
83 textures: Vec<PictureTexture>, argument
211 self.textures.push(PictureTexture { in get_or_allocate_tile()
348 let mut allocated_targets = SmallVec::<[PictureTexture; 32]>::new(); in gc()
349 let mut retained_targets = SmallVec::<[PictureTexture; 32]>::new(); in gc()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs517 struct PictureTexture { struct
529 textures: Vec<PictureTexture>, argument
592 self.textures.push(PictureTexture { in get_or_allocate_tile()
666 let mut allocated_targets = SmallVec::<[PictureTexture; 32]>::new(); in gc()
667 let mut retained_targets = SmallVec::<[PictureTexture; 32]>::new(); in gc()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/
H A Dtexture_cache.rs517 struct PictureTexture { struct
529 textures: Vec<PictureTexture>, argument
592 self.textures.push(PictureTexture { in get_or_allocate_tile()
666 let mut allocated_targets = SmallVec::<[PictureTexture; 32]>::new(); in gc()
667 let mut retained_targets = SmallVec::<[PictureTexture; 32]>::new(); in gc()