Searched refs:Contexts (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexobjshare.c32 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 Dsharedtex.c48 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 DMESA_multithread_makecurrent.spec66 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 DMESA_multithread_makecurrent.spec66 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 Degl.rst177 Contexts and surfaces are examples of display resources. They might live
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc2261 === Modifiers and Contexts

Completed in 7 milliseconds