Home | History | Annotate | Download | only in glx

Lines Matching full:fbconfig

208 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig)
219 if (config == (struct glx_config *) fbconfig) {
308 req->fbconfig = generic_id;
329 req->fbconfig = generic_id;
1136 /* None of the pbuffer or fbconfig specs say that this comparison needs
1155 * the various visual / FBConfig selection rules.
1642 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig,
1645 struct glx_config *config = (struct glx_config *) fbconfig;
1704 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig,
1707 struct glx_config *config = ValidateGLXFBConfig(dpy, fbconfig);
1717 glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig fbconfig)
1720 struct glx_config *config = (struct glx_config *) fbconfig;
1940 GLXFBConfigSGIX fbconfig,
1950 struct glx_config *config = (struct glx_config *) fbconfig;
1980 req->fbconfig = config->fbconfigID;
1993 GLXFBConfigSGIX fbconfig, int renderType,
1997 struct glx_config *config = (struct glx_config *) fbconfig;