Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxext.c105 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()
H A Dglxdrawable.h41 Bool idExists; member
50 Bool idExists; member
60 Bool idExists; member
H A Dglxcontext.h82 GLboolean idExists; member
H A Dglxcmds.c440 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()
/OK3568_Linux_fs/external/xserver/glx/
H A Dglxcontext.h85 GLboolean idExists; member
H A Dcreatecontext.c347 ctx->idExists = TRUE; in __glXDisp_CreateContextAttribsARB()
H A Dglxcmds.c147 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()
H A Dglxext.c173 if (cx->idExists || cx->currentClient) in __glXFreeContext()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog39205 This seems to miss the whole point of the idExists flag, as it makes the
58273 cx->idExists = GL_FALSE;