| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_glxext.c | 181 __glut_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, 187 GLXFBConfigSGIX, int, GLXContext, Bool); 208 __glut_glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, 213 GLXFBConfigSGIX, int, int *); 231 GLXFBConfigSGIX 235 typedef GLXFBConfigSGIX (*glXGetFBConfigFromVisualSGIX_t)(Display *,
|
| H A D | glutint.h | 234 GLXFBConfigSGIX fbc; 765 GLXFBConfigSGIX config, 770 GLXFBConfigSGIX config, 773 extern GLXFBConfigSGIX __glut_glXGetFBConfigFromVisualSGIX(Display *dpy,
|
| H A D | glut_dstr.c | 440 GLXFBConfigSGIX fbc;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 136 int (*GetFBConfigAttribSGIX)(Display *, GLXFBConfigSGIX, int, int *); 137 GLXFBConfigSGIX * (*ChooseFBConfigSGIX)(Display *, int, int *, int *); 138 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap); 139 GLXContext (*CreateContextWithConfigSGIX)(Display *, GLXFBConfigSGIX, int, GLXContext, Bool); 140 XVisualInfo * (*GetVisualFromFBConfigSGIX)(Display *, GLXFBConfigSGIX); 141 GLXFBConfigSGIX (*GetFBConfigFromVisualSGIX)(Display *, XVisualInfo *); 144 GLXPbufferSGIX (*CreateGLXPbufferSGIX)(Display *, GLXFBConfigSGIX, unsigned int, unsigned int, int *);
|
| H A D | glxapi.c | 715 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) 724 GLXFBConfigSGIX PUBLIC * 735 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) 745 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) 755 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) 764 GLXFBConfigSGIX PUBLIC 779 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list)
|
| H A D | fakeglx.c | 2431 Fake_glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) 2436 static GLXFBConfigSGIX * 2444 Fake_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) 2453 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) 2468 Fake_glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) 2474 static GLXFBConfigSGIX 2483 return (GLXFBConfigSGIX) xmvis; 2491 Fake_glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.h | 136 int (*GetFBConfigAttribSGIX)(Display *, GLXFBConfigSGIX, int, int *); 137 GLXFBConfigSGIX * (*ChooseFBConfigSGIX)(Display *, int, int *, int *); 138 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap); 139 GLXContext (*CreateContextWithConfigSGIX)(Display *, GLXFBConfigSGIX, int, GLXContext, Bool); 140 XVisualInfo * (*GetVisualFromFBConfigSGIX)(Display *, GLXFBConfigSGIX); 141 GLXFBConfigSGIX (*GetFBConfigFromVisualSGIX)(Display *, XVisualInfo *); 144 GLXPbufferSGIX (*CreateGLXPbufferSGIX)(Display *, GLXFBConfigSGIX, unsigned int, unsigned int, int *);
|
| H A D | glxapi.c | 711 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) 720 GLXFBConfigSGIX PUBLIC * 731 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) 741 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) 751 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) 760 GLXFBConfigSGIX PUBLIC 775 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list)
|
| H A D | fakeglx.c | 2397 Fake_glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, int attribute, int *value) 2402 static GLXFBConfigSGIX * 2410 Fake_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap) 2419 Fake_glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) 2434 Fake_glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) 2440 static GLXFBConfigSGIX 2449 return (GLXFBConfigSGIX) xmvis; 2457 Fake_glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config,
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | pbutil.h | 22 #define FBCONFIG GLXFBConfigSGIX
|
| H A D | pbutil.c | 147 const GLXFBConfigSGIX config,
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | g_glxglvnddispatchfuncs.c | 130 static GLXFBConfigSGIX *dispatch_ChooseFBConfigSGIX(Display *dpy, int screen, 136 GLXFBConfigSGIX *ret; 189 GLXFBConfigSGIX config, 254 GLXFBConfigSGIX config, 354 static int dispatch_GetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, 373 static GLXFBConfigSGIX dispatch_GetFBConfigFromVisualSGIX(Display *dpy, 378 GLXFBConfigSGIX ret = NULL; 439 GLXFBConfigSGIX config)
|
| H A D | glxcmds.c | 1948 (Display * dpy, GLXFBConfigSGIX config, int attribute, int *value), 1951 _GLX_PUBLIC GLX_ALIAS(GLXFBConfigSGIX *, glXChooseFBConfigSGIX, 1957 (Display * dpy, GLXFBConfigSGIX config), 1962 GLXFBConfigSGIX fbconfig, 2015 GLXFBConfigSGIX fbconfig, int renderType, 2040 _GLX_PUBLIC GLXFBConfigSGIX 2049 return (GLXFBConfigSGIX) glx_config_find_visual(psc->configs,
|
| H A D | glx_pbuffer.c | 683 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfigSGIX config,
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | glxext.h | 732 typedef struct __GLXFBConfigRec *GLXFBConfigSGIX; typedef in typeref:struct:__GLXFBConfigRec * 743 typedef int ( *PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value); 744 typedef GLXFBConfigSGIX *( *PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements); 745 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap); 746 typedef GLXContext ( *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct); 747 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config); 748 typedef GLXFBConfigSGIX ( *PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis); 750 int glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value); 751 GLXFBConfigSGIX *glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements); 752 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX confi [all...] |
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | glxext.h | 748 typedef struct __GLXFBConfigRec *GLXFBConfigSGIX; typedef in typeref:struct:__GLXFBConfigRec * 759 typedef int ( *PFNGLXGETFBCONFIGATTRIBSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value); 760 typedef GLXFBConfigSGIX *( *PFNGLXCHOOSEFBCONFIGSGIXPROC) (Display *dpy, int screen, int *attrib_list, int *nelements); 761 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap); 762 typedef GLXContext ( *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct); 763 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config); 764 typedef GLXFBConfigSGIX ( *PFNGLXGETFBCONFIGFROMVISUALSGIXPROC) (Display *dpy, XVisualInfo *vis); 766 int glXGetFBConfigAttribSGIX (Display *dpy, GLXFBConfigSGIX config, int attribute, int *value); 767 GLXFBConfigSGIX *glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements); 768 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX confi [all...] |
| /xsrc/external/mit/libepoxy/src/ |
| H A D | glx_generated.h | 41 typedef struct __GLXFBConfigRec *GLXFBConfigSGIX; typedef in typeref:struct:__GLXFBConfigRec * 490 typedef GLXFBConfigSGIX * (GLAPIENTRY *PFNGLXCHOOSEFBCONFIGSGIXPROC)(Display * dpy, int screen, int * attrib_list, int * nelements); 500 typedef GLXContext (GLAPIENTRY *PFNGLXCREATECONTEXTWITHCONFIGSGIXPROC)(Display * dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct); 501 typedef GLXPbufferSGIX (GLAPIENTRY *PFNGLXCREATEGLXPBUFFERSGIXPROC)(Display * dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int * attrib_list); 504 typedef GLXPixmap (GLAPIENTRY *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC)(Display * dpy, GLXFBConfigSGIX config, Pixmap pixmap); 536 typedef int (GLAPIENTRY *PFNGLXGETFBCONFIGATTRIBSGIXPROC)(Display * dpy, GLXFBConfigSGIX config, int attribute, int * value); 537 typedef GLXFBConfigSGIX (GLAPIENTRY *PFNGLXGETFBCONFIGFROMVISUALSGIXPROC)(Display * dpy, XVisualInfo * vis); 553 typedef XVisualInfo * (GLAPIENTRY *PFNGLXGETVISUALFROMFBCONFIGSGIXPROC)(Display * dpy, GLXFBConfigSGIX config); 634 EPOXY_PUBLIC GLXFBConfigSGIX * (EPOXY_CALLSPEC *epoxy_glXChooseFBConfigSGIX)(Display * dpy, int screen, int * attrib_list, int * nelements); 654 EPOXY_PUBLIC GLXContext (EPOXY_CALLSPEC *epoxy_glXCreateContextWithConfigSGIX)(Display * dpy, GLXFBConfigSGIX confi [all...] |
| H A D | glx_generated_dispatch.c | 4231 GEN_THUNKS_RET(GLXFBConfigSGIX *, glXChooseFBConfigSGIX, (Display * dpy, int screen, int * attrib_list, int * nelements), (dpy, screen, attrib_list, nelements)) 4241 GEN_THUNKS_RET(GLXContext, glXCreateContextWithConfigSGIX, (Display * dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct), (dpy, config, render_type, share_list, direct)) 4242 GEN_THUNKS_RET(GLXPbufferSGIX, glXCreateGLXPbufferSGIX, (Display * dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int * attrib_list), (dpy, config, width, height, attrib_list)) 4245 GEN_THUNKS_RET(GLXPixmap, glXCreateGLXPixmapWithConfigSGIX, (Display * dpy, GLXFBConfigSGIX config, Pixmap pixmap), (dpy, config, pixmap)) 4277 GEN_THUNKS_RET(int, glXGetFBConfigAttribSGIX, (Display * dpy, GLXFBConfigSGIX config, int attribute, int * value), (dpy, config, attribute, value)) 4278 GEN_THUNKS_RET(GLXFBConfigSGIX, glXGetFBConfigFromVisualSGIX, (Display * dpy, XVisualInfo * vis), (dpy, vis)) 4294 GEN_THUNKS_RET(XVisualInfo *, glXGetVisualFromFBConfigSGIX, (Display * dpy, GLXFBConfigSGIX config), (dpy, config))
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | g_glxglvnddispatchfuncs.c | 127 static GLXFBConfigSGIX *dispatch_ChooseFBConfigSGIX(Display *dpy, int screen, 133 GLXFBConfigSGIX *ret; 198 GLXFBConfigSGIX config, 263 GLXFBConfigSGIX config, 363 static int dispatch_GetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, 382 static GLXFBConfigSGIX dispatch_GetFBConfigFromVisualSGIX(Display *dpy, 387 GLXFBConfigSGIX ret = NULL; 448 GLXFBConfigSGIX config)
|
| H A D | glxcmds.c | 1960 (Display * dpy, GLXFBConfigSGIX config, int attribute, int *value), 1963 _GLX_PUBLIC GLX_ALIAS(GLXFBConfigSGIX *, glXChooseFBConfigSGIX, 1969 (Display * dpy, GLXFBConfigSGIX config), 1974 GLXFBConfigSGIX fbconfig, 2027 GLXFBConfigSGIX fbconfig, int renderType, 2052 _GLX_PUBLIC GLXFBConfigSGIX 2061 return (GLXFBConfigSGIX) glx_config_find_visual(psc->configs,
|
| H A D | glx_pbuffer.c | 669 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfigSGIX config,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_api.c | 2383 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, 2389 PUBLIC GLXFBConfigSGIX * 2399 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, 2409 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, 2427 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) 2433 PUBLIC GLXFBConfigSGIX 2442 return (GLXFBConfigSGIX) xmvis; 2450 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | glx_api.c | 2330 glXGetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, 2336 PUBLIC GLXFBConfigSGIX * 2346 glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, 2356 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, 2374 glXGetVisualFromFBConfigSGIX(Display *dpy, GLXFBConfigSGIX config) 2380 PUBLIC GLXFBConfigSGIX 2389 return (GLXFBConfigSGIX) xmvis; 2397 glXCreateGLXPbufferSGIX(Display *dpy, GLXFBConfigSGIX config,
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutint.h | 219 GLXFBConfigSGIX fbc;
|