Searched refs:drawables_list (Results 1 – 1 of 1) sorted by relevance
42 static struct apple_glx_drawable *drawables_list = NULL; variable79 for (i = drawables_list; i; i = i->next) { in apple_glx_find_drawable()158 drawables_list = d->next; in destroy_drawable()306 agd->next = drawables_list; in link_tail()308 if (drawables_list) in link_tail()309 drawables_list->previous = agd; in link_tail()311 drawables_list = agd; in link_tail()371 if (NULL == drawables_list) in apple_glx_garbage_collect_drawables()380 for (d = drawables_list; d;) { in apple_glx_garbage_collect_drawables()433 for (d = drawables_list; d; d = d->next) in apple_glx_get_drawable_count()[all …]