Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_handle_table.h95 handle_table_remove(struct handle_table *ht,
Du_handle_table.c237 handle_table_remove(struct handle_table *ht, in handle_table_remove() function
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dhtab.c87 handle_table_remove(htab, handle); in vlRemoveDataHTAB()
/external/mesa3d/src/gallium/state_trackers/va/
Dsubpicture.c115 handle_table_remove(drv->htab, subpicture); in vlVaDestroySubpicture()
Dconfig.c317 handle_table_remove(drv->htab, config_id); in vlVaDestroyConfig()
Dcontext.c344 handle_table_remove(drv->htab, context_id); in vlVaDestroyContext()
Dbuffer.c212 handle_table_remove(VL_VA_DRIVER(ctx)->htab, buf_id); in vlVaDestroyBuffer()
Dimage.c308 handle_table_remove(VL_VA_DRIVER(ctx)->htab, image); in vlVaDestroyImage()
Dsurface.c83 handle_table_remove(drv->htab, surface_list[i]); in vlVaDestroySurfaces()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_context.c340 handle_table_remove(stw_dev->ctx_table, dhglrc); in DrvDeleteContext()