Home | History | Annotate | Download | only in glx

Lines Matching refs:fbconfig

205 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig)
216 if (config == (struct glx_config *) fbconfig) {
229 * \param config GLX FBConfig which will support the returned renderType.
332 req->fbconfig = generic_id;
353 req->fbconfig = generic_id;
1152 fbconfig specs say that this comparison needs
1171 * the various visual / FBConfig selection rules.
1625 glXCreateNewContext(Display * dpy, GLXFBConfig fbconfig,
1628 struct glx_config *config = (struct glx_config *) fbconfig;
1709 glXGetFBConfigAttrib(Display * dpy, GLXFBConfig fbconfig,
1712 struct glx_config *config = ValidateGLXFBConfig(dpy, fbconfig);
1722 glXGetVisualFromFBConfig(Display * dpy, GLXFBConfig fbconfig)
1725 struct glx_config *config = (struct glx_config *) fbconfig;
1958 GLXFBConfigSGIX fbconfig,
1968 struct glx_config *config = (struct glx_config *) fbconfig;
1998 req->fbconfig = config->fbconfigID;
2011 GLXFBConfigSGIX fbconfig, int renderType,
2015 struct glx_config *config = (struct glx_config *) fbconfig;