Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_screen_cache.c215 struct svga_winsys_surface **p_handle) in svga_screen_cache_add() argument
220 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() argument
615 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()
/external/python/cffi/doc/source/
Dusing.rst154 p_handle = ffi.new("opaque_t **")
155 lib.init_stuff(p_handle) # pass the pointer to the 'handle' pointer
156 handle = p_handle[0] # now we can read 'handle' out of 'p_handle'