Searched refs:drawables_list (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glx_drawable.c42 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;
[all...]
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glx_drawable.c42 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;
[all...]

Completed in 2 milliseconds