HomeSort by relevance Sort by last modified time
    Searched refs:children_array (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/vega/
image.c 306 (struct vg_image **)img->parent->children_array->data;
308 for (idx = 0; idx < img->parent->children_array->num_elements; ++idx) {
314 debug_assert(idx < img->parent->children_array->num_elements);
315 array_remove_element(img->parent->children_array, idx);
318 if (img->children_array && img->children_array->num_elements) {
323 (struct vg_image **)img->children_array->data;
328 for (i = 1; i < img->children_array->num_elements; ++i) {
336 for (i = 0; i < img->children_array->num_elements; ++i) {
340 if (!parent->children_array) {
    [all...]
image.h 49 struct array *children_array; member in struct:vg_image

Completed in 95 milliseconds