Searched refs:glxAllContexts (Results 1 – 1 of 1) sorted by relevance
88 static __GLXcontext *glxAllContexts; variable111 for (c = glxAllContexts; c; c = next) { in DrawableGone()145 cx->next = glxAllContexts; in __glXAddContext()146 glxAllContexts = cx; in __glXAddContext()155 if (cx == glxAllContexts) in __glXRemoveFromContextList()156 glxAllContexts = cx->next; in __glXRemoveFromContextList()158 prev = glxAllContexts; in __glXRemoveFromContextList()159 for (c = glxAllContexts; c; c = c->next) { in __glXRemoveFromContextList()