Searched refs:array_append_data (Results 1 - 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
H A Dutil_array.h83 static INLINE void array_append_data(struct array *array, function
H A Dpath.c257 array_append_data(p->segments, pathSegments, numSegments);
258 array_append_data(p->control_points, pathData, num_new_coords);
408 array_append_data(array, &current, 1);
612 array_append_data(array, &current, 1);
882 array_append_data(td->segments, path->segments->data,
884 array_append_data(td->coords, path->control_points->data,
897 array_append_data(td->segments, &pd->segment, 1);
898 array_append_data(td->coords, common_data, num_coords);
924 array_append_data(dst->segments,
929 array_append_data(ds
[all...]
H A Dimage.c344 array_append_data(parent->children_array,
502 array_append_data(parent->children_array,
H A Dstroker.c794 array_append_data(stroker->segments, &cmd, 1);
795 array_append_data(stroker->control_points, coords, num_coords);

Completed in 144 milliseconds