Lines Matching defs:config

47 #include "main/config.h"
1955 Fake_glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config,
1958 XMesaVisual v = (XMesaVisual) config;
1960 (void) config;
1962 if (!dpy || !config || !value)
2011 GLXFBConfig *config = (GLXFBConfig *) malloc(sizeof(XMesaVisual));
2012 if (!config) {
2017 config[0] = (GLXFBConfig) xmvis;
2018 return (GLXFBConfig *) config;
2028 Fake_glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config )
2030 if (dpy && config) {
2031 XMesaVisual xmvis = (XMesaVisual) config;
2050 Fake_glXCreateWindow( Display *dpy, GLXFBConfig config, Window win,
2053 XMesaVisual xmvis = (XMesaVisual) config;
2081 Fake_glXCreatePixmap( Display *dpy, GLXFBConfig config, Pixmap pixmap,
2084 XMesaVisual v = (XMesaVisual) config;
2090 if (!dpy || !config || !pixmap)
2201 Fake_glXCreatePbuffer( Display *dpy, GLXFBConfig config,
2204 XMesaVisual xmvis = (XMesaVisual) config;
2319 Fake_glXCreateNewContext( Display *dpy, GLXFBConfig config,
2324 XMesaVisual xmvis = (XMesaVisual) config;
2326 if (!dpy || !config ||
2517 Fake_glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value)
2519 return Fake_glXGetFBConfigAttrib(dpy, config, attribute, value);
2530 Fake_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap)
2532 XMesaVisual xmvis = (XMesaVisual) config;
2539 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct)
2541 XMesaVisual xmvis = (XMesaVisual) config;
2566 Fake_glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config)
2568 return Fake_glXGetVisualFromFBConfig(dpy, config);
2589 Fake_glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config,
2593 XMesaVisual xmvis = (XMesaVisual) config;