Home | History | Annotate | Download | only in glx

Lines Matching defs:work

52   - XGetImage() doesn't work on pixmaps; need to do more work to make the format and location
668 but it doesn't work usefully, so we have to be prepared for it
1161 2) Applications may assume that visuals selected with glXChooseVisual() work with
1164 (it's arguable this is an error in the application, but we try to make it work)
1445 * feature so just error out if it can't work.
1843 GLXWinConfig *work;
2011 work = malloc(sizeof(GLXWinConfig));
2012 if (NULL == work) {
2016 *work = temp;
2020 first = work;
2024 prev->base.next = &(work->base);
2025 prev = work;
2155 GLXWinConfig *work;
2425 work = malloc(sizeof(GLXWinConfig));
2426 if (NULL == work) {
2430 *work = temp;
2434 first = work;
2438 prev->base.next = &(work->base);
2439 prev = work;