Searched refs:nConfigs (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | pbinfo.c | 24 int nConfigs; local in function:PrintConfigs 27 fbConfigs = GetAllFBConfigs(dpy, screen, &nConfigs); 28 if (!nConfigs || !fbConfigs) { 34 printf("Number of fbconfigs: %d\n", nConfigs); 42 for (i = 0; i < nConfigs; i++) {
|
| H A D | pbutil.h | 41 ChooseFBConfig(Display *dpy, int screen, const int attribs[], int *nConfigs); 45 GetAllFBConfigs(Display *dpy, int screen, int *nConfigs);
|
| H A D | pbdemo.c | 124 int nConfigs; local in function:MakePbuffer 131 fbConfigs = ChooseFBConfig(dpy, screen, fbAttribs[attempt], &nConfigs); 132 if (nConfigs==0 || !fbConfigs) { 139 for (i=0;i<nConfigs;i++) { 146 for (i=0;i<nConfigs;i++) {
|
| H A D | pbutil.c | 82 ChooseFBConfig(Display *dpy, int screen, const int attribs[], int *nConfigs) argument 87 return glXChooseFBConfig(dpy, screen, attribs, nConfigs); 92 return glXChooseFBConfigSGIX(dpy, screen, (int *) attribs, nConfigs); 100 GetAllFBConfigs(Display *dpy, int screen, int *nConfigs) argument 105 return glXGetFBConfigs(dpy, screen, nConfigs); 113 return glXChooseFBConfigSGIX(dpy, screen, NULL, nConfigs);
|
| H A D | glxpbdemo.c | 84 int nConfigs; local in function:MakePbuffer 105 fbConfigs = glXChooseFBConfig(dpy, screen, fbAttribs, &nConfigs); 107 if (0 == nConfigs || !fbConfigs) {
|
| H A D | glxinfo.c | 154 int nConfigs; local in function:choose_fb_config 156 configs = glXChooseFBConfig(dpy, scrnum, fbAttribSingle, &nConfigs); 158 configs = glXChooseFBConfig(dpy, scrnum, fbAttribDouble, &nConfigs);
|
Completed in 7 milliseconds