Home | History | Annotate | Download | only in glx

Lines Matching defs:fbconfigID

923    config->fbconfigID = (GLXFBConfigID) (GLX_DONT_CARE);
972 MATCH_DONT_CARE(fbconfigID);
1434 uint32_t fbconfigID = 0;
1517 fbconfigID = pProp[1];
1531 if (fbconfigID != 0) {
1532 mode = glx_config_find_fbconfig(psc->configs, fbconfigID);
1569 *value = ctx->config ? ctx->config->fbconfigID : None;
1647 return CreateContext(dpy, config->fbconfigID, config, shareList,
1675 && (priv->screens[screen]->configs->fbconfigID
1680 if (config->fbconfigID != (int) GLX_DONT_CARE) {
1691 if (config->fbconfigID != (int) GLX_DONT_CARE) {
1980 req->fbconfig = config->fbconfigID;
2008 gc = CreateContext(dpy, config->fbconfigID, config, shareList,
2026 && (psc->configs->fbconfigID != (int) GLX_DONT_CARE)) {