• 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()
259 struct glx_screen *psc, struct glx_config *config) in glx_context_init()
320 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext()
438 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()
1105 fbconfig_compare(struct glx_config **a, struct glx_config **b) in fbconfig_compare()
1183 choose_fbconfig(struct glx_config ** configs, int num_configs, in choose_fbconfig()
1186 struct glx_config test_config; in choose_fbconfig()
1222 qsort(configs, base, sizeof(struct glx_config *), in choose_fbconfig()
1240 struct glx_config test_config; in glXChooseVisual()
1241 struct glx_config *config; in glXChooseVisual()
1242 struct glx_config *best_config = NULL; in glXChooseVisual()
1408 struct glx_config *mode = NULL; in glXImportContextEXT()
1593 struct glx_config **config_list; in glXChooseFBConfig()
1597 config_list = (struct glx_config **) in glXChooseFBConfig()
1617 struct glx_config *config = (struct glx_config *) fbconfig; in glXCreateNewContext()
1618 struct glx_config **config_list; in glXCreateNewContext()
1627 config_list = (struct glx_config **) in glXCreateNewContext()
1660 struct glx_config **config_list = NULL; in glXGetFBConfigs()
1661 struct glx_config *config; in glXGetFBConfigs()
1701 struct glx_config *config = ValidateGLXFBConfig(dpy, fbconfig); in glXGetFBConfigAttrib()
1714 struct glx_config *config = (struct glx_config *) fbconfig; in glXGetVisualFromFBConfig()
1981 struct glx_config *config = (struct glx_config *) fbconfig; in glXCreateGLXPixmapWithConfigSGIX()
2028 struct glx_config *config = (struct glx_config *) fbconfig; in glXCreateContextWithConfigSGIX()