Searched refs:p_handle (Results 1 – 2 of 2) sorted by relevance
215 struct svga_winsys_surface **p_handle) in svga_screen_cache_add() argument220 struct svga_winsys_surface *handle = *p_handle; in svga_screen_cache_add()230 *p_handle = NULL; in svga_screen_cache_add()606 struct svga_winsys_surface **p_handle) in svga_screen_surface_destroy() argument615 svga_screen_cache_add(svgascreen, key, p_handle); in svga_screen_surface_destroy()619 "unref sid %p (uncachable)\n", *p_handle); in svga_screen_surface_destroy()620 sws->surface_reference(sws, p_handle, NULL); in svga_screen_surface_destroy()
154 p_handle = ffi.new("opaque_t **")155 lib.init_stuff(p_handle) # pass the pointer to the 'handle' pointer156 handle = p_handle[0] # now we can read 'handle' out of 'p_handle'