Lines Matching refs:pReadGlxPixmap
829 __GLXpixmap *pReadGlxPixmap = 0; in MakeCurrent() local
1045 dixLookupResourceByType((void **) &pReadGlxPixmap, readId, in MakeCurrent()
1048 if (pReadGlxPixmap) { in MakeCurrent()
1052 if (pReadGlxPixmap->pScreen != glxc->pScreen || in MakeCurrent()
1053 pReadGlxPixmap->pGlxVisual != glxc->pGlxVisual) { in MakeCurrent()
1057 pReadDraw = pReadGlxPixmap->pDraw; in MakeCurrent()
1060 pReadGlxPixmap->pGlxVisual->vid); in MakeCurrent()
1116 pReadGlxPixmap = pGlxPixmap; in MakeCurrent()
1188 glxc->pGlxReadPixmap = pReadGlxPixmap; in MakeCurrent()
1198 if (pReadGlxPixmap) { in MakeCurrent()
1199 pReadGlxPixmap->refcnt++; in MakeCurrent()
1314 if (pReadGlxPixmap) { in MakeCurrent()
1315 be_read_draw = pReadGlxPixmap->be_xids[s]; in MakeCurrent()