Searched refs:idExists (Results 1 – 9 of 9) sorted by relevance
105 cx->idExists = GL_FALSE; in ContextGone()131 if (!cx->idExists) { in ClientGone()153 if (!pGlxPixmap->idExists && !pGlxPixmap->refcnt) { in __glXFreeGLXPixmap()172 pGlxPixmap->idExists = False; in PixmapGone()181 if (!pGlxWindow->idExists && !pGlxWindow->refcnt) { in __glXFreeGLXWindow()199 pGlxWindow->idExists = False; in WindowGone()206 if (!pGlxPbuffer->idExists && !pGlxPbuffer->refcnt) { in __glXFreeGLXPbuffer()215 pGlxPbuffer->idExists = False; in PbufferGone()225 if (cx->idExists || cx->isCurrent) in __glXFreeContext()
41 Bool idExists; member50 Bool idExists; member60 Bool idExists; member
82 GLboolean idExists; member
440 glxc->idExists = GL_TRUE; in CreateContext()791 if (!glxc->idExists) { in StopUsingContext()1903 pGlxPixmap->idExists = True; in CreateGLXPixmap()3164 pGlxWindow->idExists = True; in __glXCreateWindow()3400 pGlxPbuffer->idExists = True; in __glXCreatePbuffer()
85 GLboolean idExists; member
347 ctx->idExists = TRUE; in __glXDisp_CreateContextAttribsARB()
147 if (*err != Success || (*context)->idExists == GL_FALSE) { in validGlxContext()323 glxc->idExists = GL_TRUE; in DoCreateContext()427 glxc->idExists = GL_FALSE; in __glXDisp_DestroyContext()651 if (!prevglxc->idExists) { in xorgGlxMakeCurrent()
173 if (cx->idExists || cx->currentClient) in __glXFreeContext()
39205 This seems to miss the whole point of the idExists flag, as it makes the58273 cx->idExists = GL_FALSE;