Searched refs:XAAPtr (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dlg_xaa.c104 XAAInfoRecPtr XAAPtr; local in function:LgXAAInit
106 XAAPtr = XAACreateInfoRec();
107 if (!XAAPtr)
113 XAAPtr->SetupForSolidFill = LgSetupForSolidFill;
114 XAAPtr->SubsequentSolidFillRect = LgSubsequentSolidFillRect;
115 XAAPtr->SubsequentSolidFillTrap = NULL;
116 XAAPtr->SolidFillFlags = 0;
121 XAAPtr->SetupForScreenToScreenCopy = LgSetupForScreenToScreenCopy;
122 XAAPtr->SubsequentScreenToScreenCopy = LgSubsequentScreenToScreenCopy;
124 XAAPtr
[all...]
H A Dalp_xaam.c227 XAAInfoRecPtr XAAPtr; local in function:AlpXAAInitMMIO
234 XAAPtr = XAACreateInfoRec();
235 if (!XAAPtr) return FALSE;
237 XAAPtr->Flags |= LINEAR_FRAMEBUFFER;
238 XAAPtr->Sync = AlpSync;
240 XAAPtr->SetupForScreenToScreenCopy = AlpSetupForScreenToScreenCopy;
241 XAAPtr->SubsequentScreenToScreenCopy = AlpSubsequentScreenToScreenCopy;
242 XAAPtr->ScreenToScreenCopyFlags =
245 XAAPtr->SetupForSolidFill = AlpSetupForSolidFill;
246 XAAPtr
[all...]
H A Dalp_xaa.c594 XAAInfoRecPtr XAAPtr; local in function:AlpXAAInit
601 XAAPtr = XAACreateInfoRec();
602 if (!XAAPtr) return FALSE;
605 XAAPtr->Flags |= LINEAR_FRAMEBUFFER;
606 XAAPtr->Sync = AlpSync;
608 XAAPtr->SetupForScreenToScreenCopy = AlpSetupForScreenToScreenCopy;
609 XAAPtr->SubsequentScreenToScreenCopy = AlpSubsequentScreenToScreenCopy;
610 XAAPtr->ScreenToScreenCopyFlags =
613 XAAPtr->SetupForSolidFill = AlpSetupForSolidFill;
614 XAAPtr
[all...]

Completed in 7 milliseconds