Lines Matching defs:GLXFBConfig
169 typedef struct __GLXFBConfigRec *GLXFBConfig;
242 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
245 extern int glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config,
248 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
252 GLXFBConfig config );
254 extern GLXWindow glXCreateWindow( Display *dpy, GLXFBConfig config,
259 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
264 extern GLXPbuffer glXCreatePbuffer( Display *dpy, GLXFBConfig config,
272 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config,
291 typedef GLXFBConfig * (* PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
292 typedef GLXFBConfig * (* PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list, int *nelements);
293 typedef int (* PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *value);
294 typedef XVisualInfo * (* PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
295 typedef GLXWindow (* PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const int *attrib_list);
297 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
299 typedef GLXPbuffer (* PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib_list);
302 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_type, GLXContext share_list, Bool direct);