Lines Matching refs:GLXFBConfig
164 typedef struct __GLXFBConfigRec *GLXFBConfig; typedef
237 extern GLXFBConfig *glXChooseFBConfig( Display *dpy, int screen,
240 extern int glXGetFBConfigAttrib( Display *dpy, GLXFBConfig config,
243 extern GLXFBConfig *glXGetFBConfigs( Display *dpy, int screen,
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,
286 typedef GLXFBConfig * (* PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
287 typedef GLXFBConfig * (* PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_lis…
288 typedef int (* PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *…
289 typedef XVisualInfo * (* PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
290 typedef GLXWindow (* PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i…
292 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
294 typedef GLXPbuffer (* PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib…
297 typedef GLXContext (* PFNGLXCREATENEWCONTEXTPROC) (Display *dpy, GLXFBConfig config, int render_typ…