Searched refs:glXChooseFBConfigSGIX (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c122 { "glXChooseFBConfigSGIX", (__GLXextFuncPtr) glXChooseFBConfigSGIX },
H A Dglx_api.c2390 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, function in typeref:typename:PUBLIC GLXFBConfigSGIX *
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_getproc.c122 { "glXChooseFBConfigSGIX", (__GLXextFuncPtr) glXChooseFBConfigSGIX },
H A Dglx_api.c2337 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, function in typeref:typename:PUBLIC GLXFBConfigSGIX *
/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dglx_empty.c187 glXChooseFBConfigSGIX(Display * dpy, int a, int *b, int *c)
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dglx_empty.c186 glXChooseFBConfigSGIX(Display * dpy, int a, int *b, int *c)
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbutil.c92 return glXChooseFBConfigSGIX(dpy, screen, (int *) attribs, nConfigs);
113 return glXChooseFBConfigSGIX(dpy, screen, NULL, nConfigs);
365 * fbConfig - an FBConfig as returned by glXChooseFBConfigSGIX().
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.c725 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) function in typeref:typename:GLXFBConfigSGIX PUBLIC *
1139 { "glXChooseFBConfigSGIX", (__GLXextFuncPtr) glXChooseFBConfigSGIX },
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.c721 glXChooseFBConfigSGIX(Display *dpy, int screen, int *attrib_list, int *nelements) function in typeref:typename:GLXFBConfigSGIX PUBLIC *
1135 { "glXChooseFBConfigSGIX", (__GLXextFuncPtr) glXChooseFBConfigSGIX },
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxcmds.c1117 * \sa qsort, glXChooseVisual, glXChooseFBConfig, glXChooseFBConfigSGIX
1182 * \c glXChooseFBConfigSGIX.
1195 * \sa glXChooseFBConfig, glXChooseFBConfigSGIX
1951 _GLX_PUBLIC GLX_ALIAS(GLXFBConfigSGIX *, glXChooseFBConfigSGIX,
2513 GLX_FUNCTION2(glXChooseFBConfigSGIX, glXChooseFBConfig),
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxcmds.c1114 * \sa qsort, glXChooseVisual, glXChooseFBConfig, glXChooseFBConfigSGIX
1179 * \c glXChooseFBConfigSGIX.
1192 * \sa glXChooseFBConfig, glXChooseFBConfigSGIX
1963 _GLX_PUBLIC GLX_ALIAS(GLXFBConfigSGIX *, glXChooseFBConfigSGIX,
2583 GLX_FUNCTION2(glXChooseFBConfigSGIX, glXChooseFBConfig),
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglxext.h751 GLXFBConfigSGIX *glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglxext.h767 GLXFBConfigSGIX *glXChooseFBConfigSGIX (Display *dpy, int screen, int *attrib_list, int *nelements);
/xsrc/external/mit/libepoxy/src/
H A Dglx_generated.h886 #define glXChooseFBConfigSGIX epoxy_glXChooseFBConfigSGIX macro
H A Dglx_generated_dispatch.c592 0, // glXChooseFBConfigSGIX
3502 return glx_single_resolver(PROVIDER_GLX_SGIX_fbconfig, 269 /* glXChooseFBConfigSGIX */);
4231 GEN_THUNKS_RET(GLXFBConfigSGIX *, glXChooseFBConfigSGIX, (Display * dpy, int screen, int * attrib_list, int * nelements), (dpy, screen, attrib_list, nelements))
4366 epoxy_glXChooseFBConfigSGIX_dispatch_table_rewrite_ptr, /* glXChooseFBConfigSGIX */

Completed in 30 milliseconds