Lines Matching defs:attribute
622 ** attribute "mask".
894 glXGetConfig(Display * dpy, XVisualInfo * vis, int attribute,
906 /* Lookup attribute after first finding a match on the visual */
908 return glx_config_get(config, attribute, value_return);
918 if ((status == GLX_BAD_VISUAL) && (attribute == GLX_USE_GL)) {
1269 ** Build a template from the defaults and the attribute list
1532 glXQueryContext(Display * dpy, GLXContext ctx_user, int attribute, int *value)
1536 switch (attribute) {
1560 (Display * dpy, GLXContext ctx, int attribute, int *value),
1561 (dpy, ctx, attribute, value), glXQueryContext)
1704 int attribute, int *value)
1711 return glx_config_get(config, attribute, value);
1963 (Display * dpy, GLXFBConfigSGIX config, int attribute, int *value),
1964 (dpy, config, attribute, value), glXGetFBConfigAttrib)