Lines Matching defs:infoPtr
97 XAAInfoRecPtr infoPtr = pI810->AccelInfoRec;
102 infoPtr->ScanlineColorExpandBuffers[0] =
220 XAAInfoRecPtr infoPtr;
227 pI810->AccelInfoRec = infoPtr = XAACreateInfoRec();
228 if (!infoPtr)
232 infoPtr->Flags = LINEAR_FRAMEBUFFER | OFFSCREEN_PIXMAPS;
233 infoPtr->Flags |= PIXMAP_CACHE;
237 infoPtr->Sync = I810Sync;
242 infoPtr->SolidFillFlags = NO_PLANEMASK;
243 infoPtr->SetupForSolidFill = I810SetupForSolidFill;
244 infoPtr->SubsequentSolidFillRect = I810SubsequentSolidFillRect;
251 infoPtr->ScreenToScreenCopyFlags = (0
255 infoPtr->SetupForScreenToScreenCopy = I810SetupForScreenToScreenCopy;
256 infoPtr->SubsequentScreenToScreenCopy =
263 infoPtr->SetupForMono8x8PatternFill = I810SetupForMono8x8PatternFill;
264 infoPtr->SubsequentMono8x8PatternFillRect =
267 infoPtr->Mono8x8PatternFillFlags = (HARDWARE_PATTERN_PROGRAMMED_BITS |
292 infoPtr->ScanlineCPUToScreenColorExpandFillFlags = (NO_PLANEMASK |
297 infoPtr->ScanlineColorExpandBuffers = (unsigned char **)
299 infoPtr->NumScanlineColorExpandBuffers = 1;
301 infoPtr->ScanlineColorExpandBuffers[0] =
305 infoPtr->SetupForScanlineCPUToScreenColorExpandFill =
308 infoPtr->SubsequentScanlineCPUToScreenColorExpandFill =
311 infoPtr->SubsequentColorExpandScanline =
320 return XAAInit(pScreen, infoPtr);