Lines Matching defs:fbconfig
205 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig)
216 if (config == (struct glx_config *) fbconfig) {
381 req->fbconfig = generic_id;
402 req->fbconfig = generic_id;
1169 /* None of the pbuffer or fbconfig specs say that this comparison needs
1620 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig,
1623 struct glx_config *config = (struct glx_config *) fbconfig;
1703 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig,
1706 struct glx_config *config = ValidateGLXFBConfig(dpy, fbconfig);
1716 glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig fbconfig)
1719 struct glx_config *config = (struct glx_config *) fbconfig;
1977 GLXFBConfigSGIX fbconfig,
1987 struct glx_config *config = (struct glx_config *) fbconfig;
2017 req->fbconfig = config->fbconfigID;
2030 GLXFBConfigSGIX fbconfig, int renderType,
2034 struct glx_config *config = (struct glx_config *) fbconfig;