Lines Matching refs:glxPriv
123 static Bool DrawableGone(__GLXdrawable *glxPriv, XID xid)
127 if (glxPriv->type == GLX_DRAWABLE_WINDOW || glxPriv->type == GLX_DRAWABLE_PIXMAP) {
129 if (glxPriv->otherId) {
130 XID other = glxPriv->otherId;
131 glxPriv->otherId = 0;
133 FreeResourceByType(glxPriv->drawId, __glXDrawableRes, TRUE);
142 if (c->isCurrent && (c->drawPriv == glxPriv || c->readPriv == glxPriv)) {
148 if (c->drawPriv == glxPriv)
150 if (c->readPriv == glxPriv)
155 if (glxPriv->type == GLX_DRAWABLE_PIXMAP)
156 glxPriv->pDraw->pScreen->DestroyPixmap((PixmapPtr)glxPriv->pDraw);
158 glxPriv->destroy(glxPriv);