Lines Matching defs:infoRec
36 XAAInfoRecPtr infoRec =
39 if (!infoRec->pScrn->vtSema || !infoRec->ScreenToScreenBitBlt) {
41 if(infoRec->pScrn->vtSema && infoRec->NeedToSync) {
42 (*infoRec->Sync)(infoRec->pScrn);
43 infoRec->NeedToSync = FALSE;
74 infoRec->ScratchGC.planemask = ~0L;
75 infoRec->ScratchGC.alu = GXcopy;
78 &(infoRec->ScratchGC), &rgnDst, pptSrc);