Lines Matching refs:glx_config
204 static struct glx_config *
210 struct glx_config *config; in ValidateGLXFBConfig()
216 if (config == (struct glx_config *) fbconfig) { in ValidateGLXFBConfig()
235 validate_renderType_against_config(const struct glx_config *config, in validate_renderType_against_config()
259 struct glx_screen *psc, struct glx_config *config) in glx_context_init()
319 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext()
445 struct glx_config *config = NULL; in glXCreateContext()
698 const struct glx_config *config; in glXCreateGLXPixmap()
752 struct glx_config *config; in glXCreateGLXPixmap()
899 struct glx_config *config; in glXGetConfig()
929 init_fbconfig_for_chooser(struct glx_config * config, in init_fbconfig_for_chooser()
932 memset(config, 0, sizeof(struct glx_config)); in init_fbconfig_for_chooser()
999 fbconfigs_compatible(const struct glx_config * const a, in fbconfigs_compatible()
1000 const struct glx_config * const b) in fbconfigs_compatible()
1121 fbconfig_compare(struct glx_config **a, struct glx_config **b) in fbconfig_compare()
1199 choose_fbconfig(struct glx_config ** configs, int num_configs, in choose_fbconfig()
1202 struct glx_config test_config; in choose_fbconfig()
1238 qsort(configs, base, sizeof(struct glx_config *), in choose_fbconfig()
1256 struct glx_config test_config; in glXChooseVisual()
1257 struct glx_config *config; in glXChooseVisual()
1258 struct glx_config *best_config = NULL; in glXChooseVisual()
1420 struct glx_config *mode = NULL; in glXImportContextEXT()
1599 struct glx_config **config_list; in glXChooseFBConfig()
1603 config_list = (struct glx_config **) in glXChooseFBConfig()
1623 struct glx_config *config = (struct glx_config *) fbconfig; in glXCreateNewContext()
1624 struct glx_config **config_list; in glXCreateNewContext()
1633 config_list = (struct glx_config **) in glXCreateNewContext()
1665 struct glx_config **config_list = NULL; in glXGetFBConfigs()
1666 struct glx_config *config; in glXGetFBConfigs()
1706 struct glx_config *config = ValidateGLXFBConfig(dpy, fbconfig); in glXGetFBConfigAttrib()
1719 struct glx_config *config = (struct glx_config *) fbconfig; in glXGetVisualFromFBConfig()
1987 struct glx_config *config = (struct glx_config *) fbconfig; in glXCreateGLXPixmapWithConfigSGIX()
2034 struct glx_config *config = (struct glx_config *) fbconfig; in glXCreateContextWithConfigSGIX()