| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | glx_mangle.h | 71 #define glXMakeContextCurrent mglXMakeContextCurrent macro
|
| H A D | glx.h | 276 extern Bool glXMakeContextCurrent( Display *dpy, GLXDrawable draw,
|
| H A D | glxext.h | 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/ |
| H A D | glx_getproc.c | 88 { "glXMakeContextCurrent", (__GLXextFuncPtr) glXMakeContextCurrent },
|
| H A D | glx_api.c | 1185 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 D | glx_getproc.c | 88 { "glXMakeContextCurrent", (__GLXextFuncPtr) glXMakeContextCurrent },
|
| H A D | glx_api.c | 1173 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 D | 7.3.rst | 44 - Fixed several bugs (#18367 and #19625) in glXMakeContextCurrent()
|
| H A D | 18.1.4.rst | 44 - glx: Don't allow glXMakeContextCurrent() with only one valid drawable
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxcurrent.c | 280 GLX_ALIAS(Bool, glXMakeContextCurrent,
|
| H A D | glxcmds.c | 2486 GLX_FUNCTION(glXMakeContextCurrent), 2500 GLX_FUNCTION2(glXMakeCurrentReadSGI, glXMakeContextCurrent),
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_multithread_makecurrent.spec | 80 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 D | glxcurrent.c | 262 glXMakeContextCurrent(Display *dpy, GLXDrawable d, GLXDrawable r, function in typeref:typename:_GLX_PUBLIC Bool
|
| H A D | glxcmds.c | 2576 GLX_FUNCTION(glXMakeContextCurrent), 2604 GLX_FUNCTION2(glXMakeCurrentReadSGI, glXMakeContextCurrent),
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_multithread_makecurrent.spec | 80 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 D | glx.h | 271 extern Bool glXMakeContextCurrent( Display *dpy, GLXDrawable draw,
|
| H A D | glxext.h | 140 Bool glXMakeContextCurrent (Display *dpy, GLXDrawable draw, GLXDrawable read, GLXContext ctx);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/ |
| H A D | glxapi.c | 534 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 D | glxapi.c | 530 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 D | dispatch.rst | 19 ``glXMakeContextCurrent``.
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | glx_generated.h | 958 #define glXMakeContextCurrent epoxy_glXMakeContextCurrent macro
|
| H A D | glx_generated_dispatch.c | 2194 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 */
|