Searched refs:GetFBConfigAttrib (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbutil.c143 GetFBConfigAttrib(Display *dpy, int screen, function in typeref:typename:int
203 bufferSize = GetFBConfigAttrib(dpy, screen, config, GLX_BUFFER_SIZE);
204 level = GetFBConfigAttrib(dpy, screen, config, GLX_LEVEL);
205 doubleBuffer = GetFBConfigAttrib(dpy, screen, config, GLX_DOUBLEBUFFER);
206 stereo = GetFBConfigAttrib(dpy, screen, config, GLX_STEREO);
207 auxBuffers = GetFBConfigAttrib(dpy, screen, config, GLX_AUX_BUFFERS);
208 redSize = GetFBConfigAttrib(dpy, screen, config, GLX_RED_SIZE);
209 greenSize = GetFBConfigAttrib(dpy, screen, config, GLX_GREEN_SIZE);
210 blueSize = GetFBConfigAttrib(dpy, screen, config, GLX_BLUE_SIZE);
211 alphaSize = GetFBConfigAttrib(dp
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.h99 int (*GetFBConfigAttrib)(Display *dpy, GLXFBConfig config, int attribute, int *value); member in struct:_glxapi_table
H A Dglxapi.c497 return t->GetFBConfigAttrib(dpy, config, attribute, value);
H A Dfakeglx.c2854 glx.GetFBConfigAttrib = Fake_glXGetFBConfigAttrib;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.h99 int (*GetFBConfigAttrib)(Display *dpy, GLXFBConfig config, int attribute, int *value); member in struct:_glxapi_table
H A Dglxapi.c493 return t->GetFBConfigAttrib(dpy, config, attribute, value);
H A Dfakeglx.c2819 glx.GetFBConfigAttrib = Fake_glXGetFBConfigAttrib;

Completed in 14 milliseconds