Searched defs:_glxapi_table (Results  1 – 1 of 1) sorted by relevance
| /external/mesa3d/src/mesa/drivers/x11/ | 
| D | glxapi.h | 61 struct _glxapi_table {  struct63    XVisualInfo *(*ChooseVisual)(Display *dpy, int screen, int *list);
 64    void (*CopyContext)(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask);
 65 …GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
 66    GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap);
 67    void (*DestroyContext)(Display *dpy, GLXContext ctx);
 68    void (*DestroyGLXPixmap)(Display *dpy, GLXPixmap pixmap);
 69    int (*GetConfig)(Display *dpy, XVisualInfo *visinfo, int attrib, int *value);
 70    GLXContext (*GetCurrentContext)(void);
 72    Bool (*IsDirect)(Display *dpy, GLXContext ctx);
 [all …]
 
 |