Lines Matching refs:GLXFBConfig
1852 Fake_glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config, in Fake_glXGetFBConfigAttrib()
1866 static GLXFBConfig *
1887 return (GLXFBConfig *) results; in Fake_glXGetFBConfigs()
1893 static GLXFBConfig *
1909 GLXFBConfig *config = malloc(sizeof(XMesaVisual)); in Fake_glXChooseFBConfig()
1915 config[0] = (GLXFBConfig) xmvis; in Fake_glXChooseFBConfig()
1916 return (GLXFBConfig *) config; in Fake_glXChooseFBConfig()
1926 Fake_glXGetVisualFromFBConfig( Display *dpy, GLXFBConfig config ) in Fake_glXGetVisualFromFBConfig()
1943 Fake_glXCreateWindow( Display *dpy, GLXFBConfig config, Window win, in Fake_glXCreateWindow()
1974 Fake_glXCreatePixmap( Display *dpy, GLXFBConfig config, Pixmap pixmap, in Fake_glXCreatePixmap()
2094 Fake_glXCreatePbuffer( Display *dpy, GLXFBConfig config, in Fake_glXCreatePbuffer()
2210 Fake_glXCreateNewContext( Display *dpy, GLXFBConfig config, in Fake_glXCreateNewContext()
2405 return (GLXFBConfig *) Fake_glXChooseFBConfig(dpy, screen, attrib_list, nelements); in Fake_glXChooseFBConfigSGIX()
2706 Fake_glXCreateContextAttribs(Display *dpy, GLXFBConfig config, in Fake_glXCreateContextAttribs()