Home
last modified time | relevance | path

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

/external/minigbm/
Ddrv_array_helpers.h27 void drv_array_destroy(struct drv_array *array);
Ddrv.c145 drv_array_destroy(drv->combos); in drv_create()
153 drv_array_destroy(drv->mappings); in drv_create()
170 drv_array_destroy(drv->combos); in drv_destroy()
172 drv_array_destroy(drv->mappings); in drv_destroy()
Ddrv_array_helpers.c95 void drv_array_destroy(struct drv_array *array) in drv_array_destroy() function
Dvirtgpu_cross_domain.c62 drv_array_destroy(priv->metadata_cache); in cross_domain_release_private()