Lines Matching +defs:major +defs:mode
523 ** Return the major and minor version #s for the GLX extension
526 glXQueryVersion(Display * dpy, int *major, int *minor)
530 /* Init the extension. This fetches the major and minor version. */
535 if (major)
536 *major = GLX_MAJOR_VERSION;
1420 struct glx_config *mode = NULL;
1510 mode = glx_config_find_fbconfig(psc->configs, fbconfigID);
1512 mode = glx_config_find_visual(psc->visuals, visualID);
1515 if (mode == NULL)
1518 ctx = indirect_create_context(psc, mode, NULL, renderType);