Home
last modified time | relevance | path

Searched defs:PictureCacheTextureHandle (Results 1 – 1 of 1) sorted by relevance

/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/
H A Dpicture_textures.rs27 pub type PictureCacheTextureHandle = WeakFreeListHandle<PictureCacheEntryMarker>; typedef
134 handle: &mut Option<PictureCacheTextureHandle>, in update()
176 ) -> PictureCacheTextureHandle { in get_or_allocate_tile()
270 … pub fn request(&mut self, handle: &PictureCacheTextureHandle, gpu_cache: &mut GpuCache) -> bool { in request()