Searched refs:surface_reference (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen_cache.c | 182 sws->surface_reference(sws, &entry->handle, NULL); in svga_screen_cache_shrink() 224 sws->surface_reference(sws, &handle, NULL); in svga_screen_cache_add() 242 sws->surface_reference(sws, &handle, NULL); in svga_screen_cache_add() 264 sws->surface_reference(sws, &entry->handle, NULL); in svga_screen_cache_add() 285 sws->surface_reference(sws, &handle, NULL); in svga_screen_cache_add() 349 sws->surface_reference(sws, &cache->entries[i].handle, NULL); in svga_screen_cache_cleanup() 490 sws->surface_reference(sws, p_handle, NULL); in svga_screen_surface_destroy()
|
D | svga_winsys.h | 227 (*surface_reference)(struct svga_winsys_screen *sws, member
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_svga.c | 304 vws->base.surface_reference = vmw_svga_winsys_surface_ref; in vmw_winsys_screen_init_svga()
|