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

/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Doverlay.c18 static GLXContext NormalContext = 0; variable in typeref:typename:GLXContext
27 glXMakeCurrent(dpy, NormalWindow, NormalContext);
122 NormalContext = glXCreateContext(dpy, visinfo, NULL, True);
123 assert(NormalContext);
237 glXDestroyContext(dpy, NormalContext);

Completed in 2 milliseconds