Searched refs:GetVisualFromFBConfig (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | pbutil.h | 49 GetVisualFromFBConfig(Display *dpy, int screen, FBCONFIG config);
|
| H A D | pbdemo.c | 230 visInfo = GetVisualFromFBConfig(gDpy, gScreen, gFBconfig);
|
| H A D | pbutil.c | 121 GetVisualFromFBConfig(Display *dpy, int screen, FBCONFIG config) function in typeref:typename:XVisualInfo *
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 102 XVisualInfo *(*GetVisualFromFBConfig)(Display *dpy, GLXFBConfig config); member in struct:_glxapi_table
|
| H A D | glxapi.c | 529 return t->GetVisualFromFBConfig(dpy, config);
|
| H A D | fakeglx.c | 2857 glx.GetVisualFromFBConfig = Fake_glXGetVisualFromFBConfig;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 102 XVisualInfo *(*GetVisualFromFBConfig)(Display *dpy, GLXFBConfig config); member in struct:_glxapi_table
|
| H A D | glxapi.c | 525 return t->GetVisualFromFBConfig(dpy, config);
|
| H A D | fakeglx.c | 2822 glx.GetVisualFromFBConfig = Fake_glXGetVisualFromFBConfig;
|
Completed in 18 milliseconds