Lines Matching refs:glx_config

205 static struct glx_config *
211 struct glx_config *config; in ValidateGLXFBConfig()
217 if (config == (struct glx_config *) fbconfig) { in ValidateGLXFBConfig()
236 validate_renderType_against_config(const struct glx_config *config, in validate_renderType_against_config()
260 struct glx_screen *psc, struct glx_config *config) in glx_context_init()
283 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext()
386 struct glx_config *config = NULL; in glXCreateContext()
681 const struct glx_config *config; in glXCreateGLXPixmap()
735 struct glx_config *config; in glXCreateGLXPixmap()
881 struct glx_config *config; in glXGetConfig()
911 init_fbconfig_for_chooser(struct glx_config * config, in init_fbconfig_for_chooser()
914 memset(config, 0, sizeof(struct glx_config)); in init_fbconfig_for_chooser()
981 fbconfigs_compatible(const struct glx_config * const a, in fbconfigs_compatible()
982 const struct glx_config * const b) in fbconfigs_compatible()
1102 fbconfig_compare(struct glx_config **a, struct glx_config **b) in fbconfig_compare()
1180 choose_fbconfig(struct glx_config ** configs, int num_configs, in choose_fbconfig()
1183 struct glx_config test_config; in choose_fbconfig()
1219 qsort(configs, base, sizeof(struct glx_config *), in choose_fbconfig()
1237 struct glx_config test_config; in glXChooseVisual()
1238 struct glx_config *config; in glXChooseVisual()
1239 struct glx_config *best_config = NULL; in glXChooseVisual()
1405 struct glx_config *mode = NULL; in glXImportContextEXT()
1590 struct glx_config **config_list; in glXChooseFBConfig()
1594 config_list = (struct glx_config **) in glXChooseFBConfig()
1614 struct glx_config *config = (struct glx_config *) fbconfig; in glXCreateNewContext()
1615 struct glx_config **config_list; in glXCreateNewContext()
1624 config_list = (struct glx_config **) in glXCreateNewContext()
1657 struct glx_config **config_list = NULL; in glXGetFBConfigs()
1658 struct glx_config *config; in glXGetFBConfigs()
1698 struct glx_config *config = ValidateGLXFBConfig(dpy, fbconfig); in glXGetFBConfigAttrib()
1711 struct glx_config *config = (struct glx_config *) fbconfig; in glXGetVisualFromFBConfig()
1954 struct glx_config *config = (struct glx_config *) fbconfig; in glXCreateGLXPixmapWithConfigSGIX()
2001 struct glx_config *config = (struct glx_config *) fbconfig; in glXCreateContextWithConfigSGIX()