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