Searched refs:glXDestroyContext (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dwin32_glx.h38 #define glXDestroyContext(display, context) \ macro
H A Dglut_overlay.c308 glXDestroyContext(__glutDisplay, overlay->ctx);
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglx_mangle.h31 #define glXDestroyContext mglXDestroyContext macro
H A Dglx.h193 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_getproc.c52 { "glXDestroyContext", (__GLXextFuncPtr) glXDestroyContext },
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_getproc.c52 { "glXDestroyContext", (__GLXextFuncPtr) glXDestroyContext },
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Doverlay.c236 glXDestroyContext(dpy, OverlayContext);
237 glXDestroyContext(dpy, NormalContext);
H A Dglsync.c292 glXDestroyContext(disp, context);
H A Dyuvrect_client.c325 glXDestroyContext(dpy, ctx);
H A Dmultictx.c579 glXDestroyContext(dpy, ctx1);
580 glXDestroyContext(dpy, ctx2);
H A Dmanywin.c227 glXDestroyContext(Heads[i].Dpy, Heads[i].Context);
H A Dglxinfo.c246 glXDestroyContext(dpy, context);
311 glXDestroyContext(dpy, ctx);
603 glXDestroyContext(dpy, ctx);
H A Dglthreads.c545 glXDestroyContext(WinThreads[i].Dpy, WinThreads[i].Context);
H A Dpbutil.c347 glXDestroyContext(dpy, ctx);
H A Dglxcontexts.c352 glXDestroyContext(dpy, ctx);
H A Dglxgears.c804 glXDestroyContext(dpy, ctx);
H A Dglxgears_fbconfig.c627 glXDestroyContext(dpy, ctx);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.6.1.rst38 - Fixed crash caused by glXCopyContext() and glXDestroyContext(), bug
H A D9.1.4.rst106 - st/glx: add null ctx check in glXDestroyContext()
107 - xlib: add null ctx check in glXDestroyContext()
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexobjshare.c161 glXDestroyContext(Contexts[i].Dpy, Contexts[i].Context);
H A Dauxbuffer.c496 glXDestroyContext(dpy, ctx);
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c381 glXDestroyContext(dpy, glamor->ctx);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglx.h188 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.c199 glXDestroyContext(Display *dpy, GLXContext ctx) function in typeref:typename:void PUBLIC
1069 { "glXDestroyContext", (__GLXextFuncPtr) glXDestroyContext },
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dglxapi.c195 glXDestroyContext(Display *dpy, GLXContext ctx) function in typeref:typename:void PUBLIC
1065 { "glXDestroyContext", (__GLXextFuncPtr) glXDestroyContext },

Completed in 23 milliseconds

12