|
| typedef XVisualInfo *(* | rx::PFNGLXCHOOSEVISUALPROC) (Display *dpy, int screen, int *attribList) |
| |
| typedef GLXContext(* | rx::PFNGLXCREATECONTEXTPROC) (Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool direct) |
| |
| typedef void(* | rx::PFNGLXDESTROYCONTEXTPROC) (Display *dpy, GLXContext ctx) |
| |
| typedef Bool(* | rx::PFNGLXMAKECURRENTPROC) (Display *dpy, GLXDrawable drawable, GLXContext ctx) |
| |
| typedef void(* | rx::PFNGLXCOPYCONTEXTPROC) (Display *dpy, GLXContext src, GLXContext dst, unsigned long mask) |
| |
| typedef void(* | rx::PFNGLXSWAPBUFFERSPROC) (Display *dpy, GLXDrawable drawable) |
| |
| typedef GLXPixmap(* | rx::PFNGLXCREATEGLXPIXMAPPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap) |
| |
| typedef void(* | rx::PFNGLXDESTROYGLXPIXMAPPROC) (Display *dpy, GLXPixmap pixmap) |
| |
| typedef Bool(* | rx::PFNGLXQUERYEXTENSIONPROC) (Display *dpy, int *errorb, int *event) |
| |
| typedef Bool(* | rx::PFNGLXQUERYVERSIONPROC) (Display *dpy, int *maj, int *min) |
| |
| typedef Bool(* | rx::PFNGLXISDIRECTPROC) (Display *dpy, GLXContext ctx) |
| |
| typedef int(* | rx::PFNGLXGETCONFIGPROC) (Display *dpy, XVisualInfo *visual, int attrib, int *value) |
| |
| typedef GLXContext(* | rx::PFNGLXGETCURRENTCONTEXTPROC) () |
| |
| typedef GLXDrawable(* | rx::PFNGLXGETCURRENTDRAWABLEPROC) () |
| |
| typedef void(* | rx::PFNGLXWAITGLPROC) () |
| |
| typedef void(* | rx::PFNGLXWAITXPROC) () |
| |
| typedef void(* | rx::PFNGLXUSEXFONT) (Font font, int first, int count, int list) |
| |
| typedef const char *(* | rx::PFNGLXQUERYEXTENSIONSSTRINGPROC) (Display *dpy, int screen) |
| |
| typedef const char *(* | rx::PFNGLXQUERYSERVERSTRINGPROC) (Display *dpy, int screen, int name) |
| |
| typedef const char *(* | rx::PFNGLXGETCLIENTSTRINGPROC) (Display *dpy, int name) |
| |
| typedef Display *(* | rx::PFNGLXGETCURRENTDISPLAYPROC) () |
| |