Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glx/
H A Dglxext.c81 if (!cx->currentClient) in ContextGone()
113 if (c->currentClient && in DrawableGone()
173 if (cx->idExists || cx->currentClient) in __glXFreeContext()
H A Dglxcontext.h70 ClientPtr currentClient; member
H A Dglxcmds.c428 if (glxc->currentClient) { in __glXDisp_DestroyContext()
429 XID ghost = FakeClientID(glxc->currentClient->index); in __glXDisp_DestroyContext()
592 if ((glxc != prevglxc) && glxc->currentClient) in xorgGlxMakeCurrent()
645 glxc->currentClient = client; in xorgGlxMakeCurrent()
650 prevglxc->currentClient = NULL; in xorgGlxMakeCurrent()
829 if (dst->currentClient) { in __glXDisp_CopyContext()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog58274 if (!cx->currentClient) {
58320 Fix this by promoting Bool isCurrent to ClientPtr currentClient, so that