Lines Matching refs:GLXFBConfig
1955 Fake_glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config, in Fake_glXGetFBConfigAttrib()
1969 static GLXFBConfig *
1989 return (GLXFBConfig *) results; in Fake_glXGetFBConfigs()
1995 static GLXFBConfig *
2011 GLXFBConfig *config = (GLXFBConfig *) malloc(sizeof(XMesaVisual)); in Fake_glXChooseFBConfig()
2017 config[0] = (GLXFBConfig) xmvis; in Fake_glXChooseFBConfig()
2018 return (GLXFBConfig *) config; in Fake_glXChooseFBConfig()
2028 Fake_glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config ) in Fake_glXGetVisualFromFBConfig()
2050 Fake_glXCreateWindow( Display *dpy, GLXFBConfig config, Window win, in Fake_glXCreateWindow()
2081 Fake_glXCreatePixmap( Display *dpy, GLXFBConfig config, Pixmap pixmap, in Fake_glXCreatePixmap()
2201 Fake_glXCreatePbuffer( Display *dpy, GLXFBConfig config, in Fake_glXCreatePbuffer()
2319 Fake_glXCreateNewContext( Display *dpy, GLXFBConfig config, in Fake_glXCreateNewContext()
2525 return (GLXFBConfig *) Fake_glXChooseFBConfig(dpy, screen, attrib_list, nelements); in Fake_glXChooseFBConfigSGIX()