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

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxdrawable.h41 Bool idExists; member in struct:__anona5f5c83e0108
50 Bool idExists; member in struct:__anona5f5c83e0208
61 Bool idExists; member in struct:__anona5f5c83e0308
H A Dglxcontext.h84 GLboolean idExists; member in struct:__GLXcontextRec
H A Dglxext.c114 cx->idExists = GL_FALSE;
139 if (!cx->idExists) {
160 if (!pGlxPixmap->idExists &&
179 pGlxPixmap->idExists = False;
187 if (!pGlxWindow->idExists && !pGlxWindow->refcnt) {
204 pGlxWindow->idExists = False;
210 if (!pGlxPbuffer->idExists && !pGlxPbuffer->refcnt) {
218 pGlxPbuffer->idExists = False;
227 if (cx->idExists || cx->isCurrent) return GL_FALSE;
H A Dglxcmds.c360 glxc->idExists = GL_TRUE;
684 if (!glxc->idExists) {
1756 pGlxPixmap->idExists = True;
2994 pGlxWindow->idExists = True;
3220 pGlxPbuffer->idExists = True;
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxcontext.h85 GLboolean idExists; member in struct:__GLXcontext
H A Dcreatecontext.c348 ctx->idExists = TRUE;
H A Dglxext.c173 if (cx->idExists || cx->currentClient)
H A Dglxcmds.c148 if (*err != Success || (*context)->idExists == GL_FALSE) {
334 glxc->idExists = GL_TRUE;
442 glxc->idExists = GL_FALSE;
674 if (!prevglxc->idExists) {
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxcontext.h94 GLboolean idExists; member in struct:__GLXcontext
H A Dglxext.c106 cx->idExists = GL_FALSE;
190 if (cx->idExists || cx->isCurrent) return GL_FALSE;
H A Dglxcmds.c140 if (*err != Success || (*context)->idExists == GL_FALSE) {
306 glxc->idExists = GL_TRUE;
387 glxc->idExists = GL_FALSE;
395 * This will return "deleted" contexts, ie, where idExists is GL_FALSE.
424 if (!glxc->idExists) {

Completed in 17 milliseconds