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

/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglx_mangle.h33 #define glXCopyContext mglXCopyContext macro
H A Dglx.h198 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c49 { "glXCopyContext", (__GLXextFuncPtr) glXCopyContext },
H A Dglx_api.c1396 glXCopyContext( Display *dpy, GLXContext src, GLXContext dst, function in typeref:typename:PUBLIC void
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_getproc.c49 { "glXCopyContext", (__GLXextFuncPtr) glXCopyContext },
H A Dglx_api.c1363 glXCopyContext( Display *dpy, GLXContext src, GLXContext dst, function in typeref:typename:PUBLIC void
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.5.rst64 - glXCopyContext() didn't handle texture object bindings properly
65 - glXCopyContext() didn't copy all lighting state
H A D7.6.1.rst38 - Fixed crash caused by glXCopyContext() and glXDestroyContext(), bug
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Djkrahntest.c3 * and the glXCopyContext function. Fixed several Mesa/DRI bugs with
11 * for multiple windows, but crashes with glXCopyContext.
148 glXCopyContext(dpy, ctx1, ctx2, GL_ALL_ATTRIB_BITS);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglx.h193 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.c166 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask) function in typeref:typename:void PUBLIC
1066 { "glXCopyContext", (__GLXextFuncPtr) glXCopyContext },
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.c162 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask) function in typeref:typename:void PUBLIC
1062 { "glXCopyContext", (__GLXextFuncPtr) glXCopyContext },
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxcmds.c610 glXCopyContext(Display * dpy, GLXContext source_user, function in typeref:typename:_GLX_PUBLIC void
653 /* Send the glXCopyContext request */
2447 GLX_FUNCTION(glXCopyContext),
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxcmds.c623 glXCopyContext(Display * dpy, GLXContext source_user, function in typeref:typename:_GLX_PUBLIC void
666 /* Send the glXCopyContext request */
2537 GLX_FUNCTION(glXCopyContext),
/xsrc/external/mit/libepoxy/src/
H A Dglx_generated.h889 #define glXCopyContext epoxy_glXCopyContext macro
H A Dglx_generated_dispatch.c646 0, // glXCopyContext
3520 return glx_single_resolver(PROVIDER_GLX_10, 330 /* glXCopyContext */);
4234 GEN_THUNKS(glXCopyContext, (Display * dpy, GLXContext src, GLXContext dst, unsigned long mask), (dpy, src, dst, mask))
4369 epoxy_glXCopyContext_dispatch_table_rewrite_ptr, /* glXCopyContext */

Completed in 159 milliseconds