Searched refs:pReadGlxPixmap (Results 1 – 1 of 1) sorted by relevance
829 __GLXpixmap *pReadGlxPixmap = 0; in MakeCurrent() local1045 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()[all …]