Home
last modified time | relevance | path

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

/external/minigbm/
Dhelpers_array.h22 void drv_array_destroy(struct drv_array *array);
Ddrv.c149 drv_array_destroy(drv->combos); in drv_create()
157 drv_array_destroy(drv->mappings); in drv_create()
175 drv_array_destroy(drv->mappings); in drv_destroy()
176 drv_array_destroy(drv->combos); in drv_destroy()
Dhelpers_array.c87 void drv_array_destroy(struct drv_array *array) in drv_array_destroy() function
Dvirtgpu_cross_domain.c60 drv_array_destroy(priv->metadata_cache); in cross_domain_release_private()