HomeSort by relevance Sort by last modified time
    Searched full:drawables_list (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/glx/apple/
apple_glx_drawable.c 42 static struct apple_glx_drawable *drawables_list = NULL; variable in typeref:struct:apple_glx_drawable
79 for (i = drawables_list; i; i = i->next) {
158 drawables_list = d->next;
306 agd->next = drawables_list;
308 if (drawables_list)
309 drawables_list->previous = agd;
311 drawables_list = agd;
371 if (NULL == drawables_list)
380 for (d = drawables_list; d;) {
433 for (d = drawables_list; d; d = d->next
    [all...]

Completed in 73 milliseconds