Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c213 struct svga_winsys_surface **p_handle) in svga_screen_cache_add() argument
218 struct svga_winsys_surface *handle = *p_handle; in svga_screen_cache_add()
228 *p_handle = NULL; in svga_screen_cache_add()
557 struct svga_winsys_surface **p_handle) in svga_screen_surface_destroy() argument
566 svga_screen_cache_add(svgascreen, key, p_handle); in svga_screen_surface_destroy()
570 "unref sid %p (uncachable)\n", *p_handle); in svga_screen_surface_destroy()
571 sws->surface_reference(sws, p_handle, NULL); in svga_screen_surface_destroy()