Searched refs:glXMakeContextCurrent (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglx_mangle.h71 #define glXMakeContextCurrent mglXMakeContextCurrent macro
H A Dglx.h276 extern Bool glXMakeContextCurrent( Display *dpy, GLXDrawable draw,
H A Dglxext.h140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c88 { "glXMakeContextCurrent", (__GLXextFuncPtr) glXMakeContextCurrent },
H A Dglx_api.c1185 glXMakeContextCurrent( Display *dpy, GLXDrawable draw, function in typeref:typename:PUBLIC Bool
1283 return glXMakeContextCurrent( dpy, drawable, drawable, ctx );
2305 return glXMakeContextCurrent( dpy, draw, read, ctx );
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_getproc.c88 { "glXMakeContextCurrent", (__GLXextFuncPtr) glXMakeContextCurrent },
H A Dglx_api.c1173 glXMakeContextCurrent( Display *dpy, GLXDrawable draw, function in typeref:typename:PUBLIC Bool
1250 return glXMakeContextCurrent( dpy, drawable, drawable, ctx );
2252 return glXMakeContextCurrent( dpy, draw, read, ctx );
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.3.rst44 - Fixed several bugs (#18367 and #19625) in glXMakeContextCurrent()
H A D18.1.4.rst44 - glx: Don't allow glXMakeContextCurrent() with only one valid drawable
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxcurrent.c280 GLX_ALIAS(Bool, glXMakeContextCurrent,
H A Dglxcmds.c2486 GLX_FUNCTION(glXMakeContextCurrent),
2500 GLX_FUNCTION2(glXMakeCurrentReadSGI, glXMakeContextCurrent),
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_multithread_makecurrent.spec80 glXMakeContextCurrent will generate a BadAccess error.
83 then glXMakeContextCurrent will generate a BadAccess error.
158 along with glXMakeContextCurrent() for removal.
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxcurrent.c262 glXMakeContextCurrent(Display *dpy, GLXDrawable d, GLXDrawable r, function in typeref:typename:_GLX_PUBLIC Bool
H A Dglxcmds.c2576 GLX_FUNCTION(glXMakeContextCurrent),
2604 GLX_FUNCTION2(glXMakeCurrentReadSGI, glXMakeContextCurrent),
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_multithread_makecurrent.spec80 glXMakeContextCurrent will generate a BadAccess error.
83 then glXMakeContextCurrent will generate a BadAccess error.
158 along with glXMakeContextCurrent() for removal.
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglx.h271 extern Bool glXMakeContextCurrent( Display *dpy, GLXDrawable draw,
H A Dglxext.h140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.c534 glXMakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) function in typeref:typename:Bool PUBLIC
1105 { "glXMakeContextCurrent", (__GLXextFuncPtr) glXMakeContextCurrent },
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.c530 glXMakeContextCurrent(Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx) function in typeref:typename:Bool PUBLIC
1101 { "glXMakeContextCurrent", (__GLXextFuncPtr) glXMakeContextCurrent },
/xsrc/external/mit/MesaLib/dist/docs/
H A Ddispatch.rst19 ``glXMakeContextCurrent``.
/xsrc/external/mit/libepoxy/src/
H A Dglx_generated.h958 #define glXMakeContextCurrent epoxy_glXMakeContextCurrent macro
H A Dglx_generated_dispatch.c2194 0, // glXMakeContextCurrent
3934 return glx_single_resolver(PROVIDER_GLX_13, 1871 /* glXMakeContextCurrent */);
4303 GEN_THUNKS_RET(Bool, glXMakeContextCurrent, (Display * dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx), (dpy, draw, read, ctx))
4438 epoxy_glXMakeContextCurrent_dispatch_table_rewrite_ptr, /* glXMakeContextCurrent */

Completed in 37 milliseconds