Lines Matching refs:config
240 extern int glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config,
247 GLXFBConfig config );
249 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
254 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
259 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config,
267 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config,
288 typedef int (* PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
289 typedef XVisualInfo * (* PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
290 typedef GLXWindow (* PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
292 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
294 typedef GLXPbuffer (* PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
297 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);