Lines Matching defs:fbconfigID
951 config->fbconfigID = (GLXFBConfigID) (GLX_DONT_CARE);
1003 MATCH_DONT_CARE(fbconfigID);
1417 uint32_t fbconfigID = 0;
1487 fbconfigID = prop[1];
1505 if (fbconfigID != 0) {
1506 mode = glx_config_find_fbconfig(psc->configs, fbconfigID);
1543 *value = ctx->config ? ctx->config->fbconfigID : None;
1643 return CreateContext(dpy, config->fbconfigID, config, shareList,
1671 && (priv->screens[screen]->configs->fbconfigID
1676 if (config->fbconfigID != (int) GLX_DONT_CARE) {
1687 if (config->fbconfigID != (int) GLX_DONT_CARE) {
2014 req->fbconfig = config->fbconfigID;
2042 gc = CreateContext(dpy, config->fbconfigID, config, shareList,
2060 && (psc->configs->fbconfigID != (int) GLX_DONT_CARE)) {