Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxext.c78 free(cl->currentContexts); in ResetClientState()
128 cx = cl->currentContexts[i]; in ClientGone()
H A Dglxserver.h115 __GLXcontext **currentContexts; member
H A Dglxcmds.c667 __GLXcontext **table = cl->currentContexts; in AddCurrentContext()
700 cl->currentContexts = table; in AddCurrentContext()
716 __GLXcontext **table = cl->currentContexts; in ChangeCurrentContext()
763 return cl->currentContexts[tag - 1]; in __glXLookupContextByTag()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog126746 Fixes crash when restarting compiz, due to cl->currentContexts[x] being stale.