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

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbutil.h49 GetVisualFromFBConfig(Display *dpy, int screen, FBCONFIG config);
H A Dpbdemo.c230 visInfo = GetVisualFromFBConfig(gDpy, gScreen, gFBconfig);
H A Dpbutil.c121 GetVisualFromFBConfig(Display *dpy, int screen, FBCONFIG config) function in typeref:typename:XVisualInfo *
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.h102 XVisualInfo *(*GetVisualFromFBConfig)(Display *dpy, GLXFBConfig config); member in struct:_glxapi_table
H A Dglxapi.c529 return t->GetVisualFromFBConfig(dpy, config);
H A Dfakeglx.c2857 glx.GetVisualFromFBConfig = Fake_glXGetVisualFromFBConfig;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.h102 XVisualInfo *(*GetVisualFromFBConfig)(Display *dpy, GLXFBConfig config); member in struct:_glxapi_table
H A Dglxapi.c525 return t->GetVisualFromFBConfig(dpy, config);
H A Dfakeglx.c2822 glx.GetVisualFromFBConfig = Fake_glXGetVisualFromFBConfig;

Completed in 18 milliseconds