Searched refs:Contexts (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | texobjshare.c | 32 static struct context Contexts[MAX_CONTEXTS]; variable in typeref:struct:context[] 116 ctx = glXCreateContext(dpy, visinfo, Contexts[0].Context, True); 136 struct context *h = &Contexts[NumContexts]; 142 return &Contexts[NumContexts-1]; 150 if (!glXMakeCurrent(Contexts[i].Dpy, Contexts[i].Win, Contexts[i].Context)) { 160 XDestroyWindow(Contexts[i].Dpy, Contexts[i].Win); 161 glXDestroyContext(Contexts[ [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | sharedtex.c | 48 static GLXContext Contexts[MAX_CONTEXTS]; variable in typeref:typename:GLXContext[] 133 if (Win && !glXMakeCurrent(Dpy, Win, Contexts[TexContext])) { 187 GLXContext share = i > 0 ? Contexts[0] : 0; 189 Contexts[i] = glXCreateContext(Dpy, VisInfo, share, True); 190 if (!Contexts[i]) { 194 if (!glXMakeCurrent(Dpy, Win, Contexts[i])) { 216 if (Win && !glXMakeCurrent(Dpy, Win, Contexts[DrawContext])) {
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_multithread_makecurrent.spec | 66 Replace the following sentence from section 2.2 Rendering Contexts: 78 Replace the following sentence from section 3.3.7 Rendering Contexts: 85 Replace the following sentence from section 3.5 Rendering Contexts:
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_multithread_makecurrent.spec | 66 Replace the following sentence from section 2.2 Rendering Contexts: 78 Replace the following sentence from section 3.3.7 Rendering Contexts: 85 Replace the following sentence from section 3.5 Rendering Contexts:
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | egl.rst | 177 Contexts and surfaces are examples of display resources. They might live
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 2261 === Modifiers and Contexts
|
Completed in 7 milliseconds