Lines Matching refs:be_xids
1258 be_draw = pGlxPixmap->be_xids[s]; in MakeCurrent()
1261 be_draw = pGlxPbuffer->be_xids[s]; in MakeCurrent()
1315 be_read_draw = pReadGlxPixmap->be_xids[s]; in MakeCurrent()
1318 be_read_draw = pGlxReadPbuffer->be_xids[s]; in MakeCurrent()
1892 pGlxPixmap->be_xids = xallocarray(screenInfo.numScreens, sizeof(XID)); in CreateGLXPixmap()
1893 if (!pGlxPixmap->be_xids) { in CreateGLXPixmap()
1950 pGlxPixmap->be_xids[s] = XAllocID(dpy); in CreateGLXPixmap()
1957 be_new_req->glxpixmap = (unsigned int) pGlxPixmap->be_xids[s]; in CreateGLXPixmap()
1969 pGlxPixmap->be_xids[s] = XAllocID(dpy); in CreateGLXPixmap()
1980 ext_req->glxpixmap = (unsigned int) pGlxPixmap->be_xids[s]; in CreateGLXPixmap()
1986 pGlxPixmap->be_xids[s] = XAllocID(dpy); in CreateGLXPixmap()
1998 be_req->glxpixmap = (unsigned int) pGlxPixmap->be_xids[s]; in CreateGLXPixmap()
2004 free(pGlxPixmap->be_xids); in CreateGLXPixmap()
2079 req->glxpixmap = (unsigned int) pGlxPixmap->be_xids[s]; in __glXDestroyGLXPixmap()
2219 be_draw = (unsigned int) pGlxPixmap->be_xids[s]; in __glXDoSwapBuffers()
3349 pGlxPbuffer->be_xids = xallocarray(screenInfo.numScreens, sizeof(XID)); in __glXCreatePbuffer()
3350 if (!pGlxPbuffer->be_xids) { in __glXCreatePbuffer()
3397 pGlxPbuffer->be_xids[s] = be_xid; in __glXCreatePbuffer()
3459 be_req->pbuffer = pGlxPbuffer->be_xids[s]; in __glXDestroyPbuffer()
3514 be_drawable = pGlxPixmap->be_xids[screen]; in __glXGetDrawableAttributes()
3540 be_drawable = pGlxPbuffer->be_xids[screen]; in __glXGetDrawableAttributes()
3676 be_drawable = pGlxPixmap->be_xids[screen]; in __glXChangeDrawableAttributes()
3702 be_drawable = pGlxPbuffer->be_xids[screen]; in __glXChangeDrawableAttributes()