Searched refs:glXCreateContextWithConfigSGIX (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c124 { "glXCreateContextWithConfigSGIX", (__GLXextFuncPtr) glXCreateContextWithConfigSGIX },
H A Dglx_api.c2409 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, function in typeref:typename:PUBLIC GLXContext
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_getproc.c124 { "glXCreateContextWithConfigSGIX", (__GLXextFuncPtr) glXCreateContextWithConfigSGIX },
H A Dglx_api.c2356 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, function in typeref:typename:PUBLIC GLXContext
/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dglx_empty.c206 glXCreateContextWithConfigSGIX(Display * dpy, void *config, int a,
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dglx_empty.c205 glXCreateContextWithConfigSGIX(Display * dpy, void *config, int a,
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_glxext.c191 glXGetProcAddressARB((const GLubyte *) "glXCreateContextWithConfigSGIX");
199 return glXCreateContextWithConfigSGIX(dpy, config, render_type,
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbutil.c333 c = glXCreateContextWithConfigSGIX(dpy, config, GLX_RGBA_TYPE_SGIX, NULL, True);
335 c = glXCreateContextWithConfigSGIX(dpy, config, GLX_RGBA_TYPE_SGIX, NULL, False);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.c745 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) function in typeref:typename:GLXContext PUBLIC
1141 { "glXCreateContextWithConfigSGIX", (__GLXextFuncPtr) glXCreateContextWithConfigSGIX },
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.c741 glXCreateContextWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct) function in typeref:typename:GLXContext PUBLIC
1137 { "glXCreateContextWithConfigSGIX", (__GLXextFuncPtr) glXCreateContextWithConfigSGIX },
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxcmds.c2014 glXCreateContextWithConfigSGIX(Display * dpy, function in typeref:typename:_GLX_PUBLIC GLXContext
2515 GLX_FUNCTION(glXCreateContextWithConfigSGIX),
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxcmds.c2026 glXCreateContextWithConfigSGIX(Display * dpy, function in typeref:typename:_GLX_PUBLIC GLXContext
2585 GLX_FUNCTION(glXCreateContextWithConfigSGIX),
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglxext.h753 GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglxext.h769 GLXContext glXCreateContextWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, int render_type, GLXContext share_list, Bool direct);
/xsrc/external/mit/libepoxy/src/
H A Dglx_generated.h896 #define glXCreateContextWithConfigSGIX epoxy_glXCreateContextWithConfigSGIX macro
H A Dglx_generated_dispatch.c831 0, // glXCreateContextWithConfigSGIX
3562 return glx_single_resolver(PROVIDER_GLX_SGIX_fbconfig, 499 /* glXCreateContextWithConfigSGIX */);
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))
4376 epoxy_glXCreateContextWithConfigSGIX_dispatch_table_rewrite_ptr, /* glXCreateContextWithConfigSGIX */

Completed in 66 milliseconds