Home
last modified time | relevance | path

Searched refs:surface_reference (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c193 sws->surface_reference(sws, &entry->handle, NULL); in svga_screen_cache_shrink()
235 sws->surface_reference(sws, &handle, NULL); in svga_screen_cache_add()
253 sws->surface_reference(sws, &handle, NULL); in svga_screen_cache_add()
278 sws->surface_reference(sws, &entry->handle, NULL); in svga_screen_cache_add()
302 sws->surface_reference(sws, &handle, NULL); in svga_screen_cache_add()
409 sws->surface_reference(sws, &cache->entries[i].handle, NULL); in svga_screen_cache_cleanup()
592 sws->surface_reference(sws, p_handle, NULL); in svga_screen_surface_destroy()
Dsvga_winsys.h571 (*surface_reference)(struct svga_winsys_screen *sws, member
Dsvga_resource_texture.c1257 sws->surface_reference(sws, &srf, NULL); in svga_texture_from_handle()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_svga.c457 vws->base.surface_reference = vmw_svga_winsys_surface_ref; in vmw_winsys_screen_init_svga()