Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vega/
Dutil_array.h64 static INLINE void array_destroy(struct array *array) in array_destroy() function
Dpath.c220 array_destroy(polyarray->array); in polygon_array_cleanup()
229 array_destroy(p->segments); in path_destroy()
230 array_destroy(p->control_points); in path_destroy()
1220 array_destroy(p->segments); in path_clear()
1221 array_destroy(p->control_points); in path_clear()
Dstroker.c1338 array_destroy(stroker->segments); in stroker_cleanup()
1339 array_destroy(stroker->control_points); in stroker_cleanup()
Dimage.c349 array_destroy(img->children_array); in image_destroy()