Home
last modified time | relevance | path

Searched refs:glxAllContexts (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxext.c88 static __GLXcontext *glxAllContexts; variable
111 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()