• Home
  • Raw
  • Download

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()
255 struct glx_screen *psc, struct glx_config *config) in glx_context_init()
278 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext()
381 struct glx_config *config = NULL; in glXCreateContext()
684 const struct glx_config *config; in glXCreateGLXPixmap()
738 struct glx_config *config; in glXCreateGLXPixmap()
884 struct glx_config *config; in glXGetConfig()
914 init_fbconfig_for_chooser(struct glx_config * config, in init_fbconfig_for_chooser()
917 memset(config, 0, sizeof(struct glx_config)); in init_fbconfig_for_chooser()
984 fbconfigs_compatible(const struct glx_config * const a, in fbconfigs_compatible()
985 const struct glx_config * const b) in fbconfigs_compatible()
1104 fbconfig_compare(struct glx_config **a, struct glx_config **b) in fbconfig_compare()
1182 choose_fbconfig(struct glx_config ** configs, int num_configs, in choose_fbconfig()
1185 struct glx_config test_config; in choose_fbconfig()
1221 qsort(configs, base, sizeof(struct glx_config *), in choose_fbconfig()
1239 struct glx_config test_config; in glXChooseVisual()
1240 struct glx_config *config; in glXChooseVisual()
1241 struct glx_config *best_config = NULL; in glXChooseVisual()
1413 struct glx_config *mode; in glXImportContextEXT()
1604 struct glx_config **config_list; in glXChooseFBConfig()
1608 config_list = (struct glx_config **) in glXChooseFBConfig()
1628 struct glx_config *config = (struct glx_config *) fbconfig; in glXCreateNewContext()
1629 struct glx_config **config_list; in glXCreateNewContext()
1638 config_list = (struct glx_config **) in glXCreateNewContext()
1671 struct glx_config **config_list = NULL; in glXGetFBConfigs()
1672 struct glx_config *config; in glXGetFBConfigs()
1712 struct glx_config *config = ValidateGLXFBConfig(dpy, fbconfig); in glXGetFBConfigAttrib()
1725 struct glx_config *config = (struct glx_config *) fbconfig; in glXGetVisualFromFBConfig()
1968 struct glx_config *config = (struct glx_config *) fbconfig; in glXCreateGLXPixmapWithConfigSGIX()
2015 struct glx_config *config = (struct glx_config *) fbconfig; in glXCreateContextWithConfigSGIX()