Searched refs:ChooseFBConfig (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbutil.h41 ChooseFBConfig(Display *dpy, int screen, const int attribs[], int *nConfigs);
H A Dpbdemo.c131 fbConfigs = ChooseFBConfig(dpy, screen, fbAttribs[attempt], &nConfigs);
H A Dpbutil.c82 ChooseFBConfig(Display *dpy, int screen, const int attribs[], int *nConfigs) function in typeref:typename:FBCONFIG *
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.h90 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems); member in struct:_glxapi_table
H A Dglxapi.c401 return t->ChooseFBConfig(dpy, screen, attribList, nitems);
H A Dfakeglx.c2845 glx.ChooseFBConfig = Fake_glXChooseFBConfig;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.h90 GLXFBConfig *(*ChooseFBConfig)(Display *dpy, int screen, const int *attribList, int *nitems); member in struct:_glxapi_table
H A Dglxapi.c397 return t->ChooseFBConfig(dpy, screen, attribList, nitems);
H A Dfakeglx.c2810 glx.ChooseFBConfig = Fake_glXChooseFBConfig;

Completed in 15 milliseconds