Searched refs:infoPtr (Results 1 - 25 of 98) sorted by relevance

1234

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_hwcurs.c19 xf86CursorInfoPtr infoPtr; local in function:MGAHWCursorInit
24 infoPtr = xf86CreateCursorInfoRec();
25 if(!infoPtr) return FALSE;
27 pMga->CursorInfoRec = infoPtr;
29 infoPtr->MaxWidth = MGAdac->CursorMaxWidth;
30 infoPtr->MaxHeight = MGAdac->CursorMaxHeight;
31 infoPtr->Flags = MGAdac->CursorFlags;
32 infoPtr->SetCursorColors = MGAdac->SetCursorColors;
33 infoPtr->SetCursorPosition = MGAdac->SetCursorPosition;
34 infoPtr
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
H A Dxf86Cursor.h30 xf86DriverHasLoadCursorImage(xf86CursorInfoPtr infoPtr) argument
32 return infoPtr->LoadCursorImageCheck || infoPtr->LoadCursorImage;
36 xf86DriverLoadCursorImage(xf86CursorInfoPtr infoPtr, unsigned char *bits) argument
38 if(infoPtr->LoadCursorImageCheck)
39 return infoPtr->LoadCursorImageCheck(infoPtr->pScrn, bits);
40 infoPtr->LoadCursorImage(infoPtr->pScrn, bits);
45 xf86DriverHasShowCursor(xf86CursorInfoPtr infoPtr) argument
51 xf86DriverShowCursor(xf86CursorInfoPtr infoPtr) argument
60 xf86DriverHasLoadCursorARGB(xf86CursorInfoPtr infoPtr) argument
66 xf86DriverLoadCursorARGB(xf86CursorInfoPtr infoPtr,CursorPtr pCursor) argument
[all...]
H A Dxf86HWCurs.c87 xf86InitHardwareCursor(ScreenPtr pScreen, xf86CursorInfoPtr infoPtr) argument
89 if ((infoPtr->MaxWidth <= 0) || (infoPtr->MaxHeight <= 0))
93 if (!infoPtr->SetCursorPosition ||
94 !xf86DriverHasLoadCursorImage(infoPtr) ||
95 !infoPtr->HideCursor ||
96 !xf86DriverHasShowCursor(infoPtr) ||
97 !infoPtr->SetCursorColors)
100 if (infoPtr->RealizeCursor) {
103 else if (HARDWARE_CURSOR_SOURCE_MASK_INTERLEAVE_1 & infoPtr
128 xf86ScreenCheckHWCursor(ScreenPtr pScreen,CursorPtr cursor,xf86CursorInfoPtr infoPtr) argument
140 xf86CheckHWCursor(ScreenPtr pScreen,CursorPtr cursor,xf86CursorInfoPtr infoPtr) argument
185 xf86CursorInfoPtr infoPtr; local in function:xf86ScreenSetCursor
282 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; local in function:xf86SetTransparentCursor
308 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; local in function:xf86ScreenMoveCursor
345 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; local in function:xf86RecolorCursor_locked
398 RealizeCursorInterleave0(xf86CursorInfoPtr infoPtr,CursorPtr pCurs) argument
513 RealizeCursorInterleave1(xf86CursorInfoPtr infoPtr,CursorPtr pCurs) argument
556 RealizeCursorInterleave8(xf86CursorInfoPtr infoPtr,CursorPtr pCurs) argument
591 RealizeCursorInterleave16(xf86CursorInfoPtr infoPtr,CursorPtr pCurs) argument
626 RealizeCursorInterleave32(xf86CursorInfoPtr infoPtr,CursorPtr pCurs) argument
661 RealizeCursorInterleave64(xf86CursorInfoPtr infoPtr,CursorPtr pCurs) argument
[all...]
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Dhwcursor.c82 xf86CursorInfoPtr infoPtr; local in function:RenditionHWCursorInit
88 infoPtr = xf86CreateCursorInfoRec();
89 if(!infoPtr) return FALSE;
91 pRendition->CursorInfoRec = infoPtr;
94 infoPtr->MaxWidth=64;
95 infoPtr->MaxHeight=64;
97 infoPtr->MaxWidth=32;
98 infoPtr->MaxHeight=32;
101 infoPtr->Flags = HARDWARE_CURSOR_BIT_ORDER_MSBFIRST |
107 infoPtr
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A Dxf86HWCurs.c74 xf86InitHardwareCursor(ScreenPtr pScreen, xf86CursorInfoPtr infoPtr) argument
76 if ((infoPtr->MaxWidth <= 0) || (infoPtr->MaxHeight <= 0))
80 if (!infoPtr->SetCursorPosition ||
81 !infoPtr->LoadCursorImage ||
82 !infoPtr->HideCursor ||
83 !infoPtr->ShowCursor ||
84 !infoPtr->SetCursorColors)
87 if (infoPtr->RealizeCursor) {
90 if (HARDWARE_CURSOR_SOURCE_MASK_INTERLEAVE_1 & infoPtr
118 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; local in function:xf86SetCursor
162 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; local in function:xf86SetTransparentCursor
183 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; local in function:xf86MoveCursor
196 xf86CursorInfoPtr infoPtr = ScreenPriv->CursorInfoPtr; local in function:xf86RecolorCursor
238 RealizeCursorInterleave0(xf86CursorInfoPtr infoPtr,CursorPtr pCurs) argument
345 RealizeCursorInterleave1(xf86CursorInfoPtr infoPtr,CursorPtr pCurs) argument
388 RealizeCursorInterleave8(xf86CursorInfoPtr infoPtr,CursorPtr pCurs) argument
423 RealizeCursorInterleave16(xf86CursorInfoPtr infoPtr,CursorPtr pCurs) argument
458 RealizeCursorInterleave32(xf86CursorInfoPtr infoPtr,CursorPtr pCurs) argument
493 RealizeCursorInterleave64(xf86CursorInfoPtr infoPtr,CursorPtr pCurs) argument
[all...]
/xsrc/external/mit/xf86-video-suncg14/dist/src/
H A Dcg14_cursor.c106 xf86CursorInfoPtr infoPtr; local in function:CG14SetupCursor
110 infoPtr = xf86CreateCursorInfoRec();
111 if(!infoPtr) return FALSE;
113 pCG14->CursorInfoRec = infoPtr;
117 infoPtr->MaxWidth = 32;
118 infoPtr->MaxHeight = 32;
120 infoPtr->Flags = HARDWARE_CURSOR_AND_SOURCE_WITH_MASK |
123 infoPtr->SetCursorColors = CG14SetCursorColors;
124 infoPtr->SetCursorPosition = CG14SetCursorPosition;
125 infoPtr
[all...]
/xsrc/external/mit/xf86-video-suncg6/dist/src/
H A Dcg6_cursor.c97 xf86CursorInfoPtr infoPtr; local in function:CG6HWCursorInit
104 infoPtr = xf86CreateCursorInfoRec();
105 if(!infoPtr) return FALSE;
107 pCg6->CursorInfoRec = infoPtr;
109 infoPtr->MaxWidth = 32;
110 infoPtr->MaxHeight = 32;
111 infoPtr->Flags = HARDWARE_CURSOR_AND_SOURCE_WITH_MASK |
116 infoPtr->SetCursorColors = CG6SetCursorColors;
117 infoPtr->SetCursorPosition = CG6SetCursorPosition;
118 infoPtr
[all...]
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_cursor.c117 xf86CursorInfoPtr infoPtr; local in function:FFBHWCursorInit
124 infoPtr = xf86CreateCursorInfoRec();
125 if(!infoPtr) return FALSE;
127 pFfb->CursorInfoRec = infoPtr;
129 infoPtr->MaxWidth = 64;
130 infoPtr->MaxHeight = 64;
131 infoPtr->Flags = HARDWARE_CURSOR_AND_SOURCE_WITH_MASK |
134 infoPtr->SetCursorColors = FFBSetCursorColors;
135 infoPtr->SetCursorPosition = FFBSetCursorPosition;
136 infoPtr
[all...]
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Driva_cursor.c149 xf86CursorInfoPtr infoPtr; local in function:RivaCursorInit
151 infoPtr = xf86CreateCursorInfoRec();
152 if(!infoPtr) return FALSE;
154 pRiva->CursorInfoRec = infoPtr;
156 infoPtr->MaxWidth = infoPtr->MaxHeight = 32;
157 infoPtr->Flags = HARDWARE_CURSOR_TRUECOLOR_AT_8BPP |
159 infoPtr->SetCursorColors = RivaSetCursorColors;
160 infoPtr->SetCursorPosition = RivaSetCursorPosition;
161 infoPtr
[all...]
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dsummit_cursor.c110 xf86CursorInfoPtr infoPtr; local in function:SummitSetupCursor
115 infoPtr = xf86CreateCursorInfoRec();
116 if(!infoPtr) return FALSE;
118 pNGLE->CursorInfoRec = infoPtr;
122 infoPtr->MaxWidth = 64;
123 infoPtr->MaxHeight = 64;
126 infoPtr->Flags = HARDWARE_CURSOR_AND_SOURCE_WITH_MASK |
129 infoPtr->SetCursorColors = SummitSetCursorColors;
130 infoPtr->SetCursorPosition = SummitSetCursorPosition;
131 infoPtr
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_xaa.c97 XAAInfoRecPtr infoPtr = pI810->AccelInfoRec; local in function:I810GetNextScanlineColorExpandBuffer
102 infoPtr->ScanlineColorExpandBuffers[0] =
220 XAAInfoRecPtr infoPtr; local in function:I810AccelInit
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
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_xaa.c97 XAAInfoRecPtr infoPtr = pI810->AccelInfoRec; local in function:I810GetNextScanlineColorExpandBuffer
102 infoPtr->ScanlineColorExpandBuffers[0] =
220 XAAInfoRecPtr infoPtr; local in function:I810AccelInit
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
[all...]
/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_hwcurs.c238 xf86CursorInfoPtr infoPtr; local in function:S3VHWCursorInit
242 infoPtr = xf86CreateCursorInfoRec();
243 if(!infoPtr) return FALSE;
245 ps3v->CursorInfoRec = infoPtr;
247 infoPtr->MaxWidth = 64;
248 infoPtr->MaxHeight = 64;
249 infoPtr->Flags = HARDWARE_CURSOR_SOURCE_MASK_INTERLEAVE_16 |
254 infoPtr->Flags |= HARDWARE_CURSOR_TRUECOLOR_AT_8BPP |
257 infoPtr->SetCursorColors = S3VSetCursorColors;
258 infoPtr
[all...]
/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo_cursor.c130 xf86CursorInfoPtr infoPtr; local in function:LeoHWCursorInit
137 infoPtr = xf86CreateCursorInfoRec();
138 if(!infoPtr) return FALSE;
140 pLeo->CursorInfoRec = infoPtr;
143 infoPtr->MaxWidth = 32;
144 infoPtr->MaxHeight = 32;
145 infoPtr->Flags = HARDWARE_CURSOR_AND_SOURCE_WITH_MASK |
150 infoPtr->SetCursorColors = LeoSetCursorColors;
151 infoPtr->SetCursorPosition = LeoSetCursorPosition;
152 infoPtr
[all...]
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx_cursor.c129 xf86CursorInfoPtr infoPtr; local in function:TCXHWCursorInit
139 infoPtr = xf86CreateCursorInfoRec();
140 if(!infoPtr) return FALSE;
142 pTcx->CursorInfoRec = infoPtr;
144 infoPtr->MaxWidth = 32;
145 infoPtr->MaxHeight = 32;
146 infoPtr->Flags = HARDWARE_CURSOR_AND_SOURCE_WITH_MASK |
151 infoPtr->SetCursorColors = TCXSetCursorColors;
152 infoPtr->SetCursorPosition = TCXSetCursorPosition;
153 infoPtr
[all...]
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga_cursor.c163 xf86CursorInfoPtr infoPtr; local in function:TGAHWCursorInit
167 infoPtr = xf86CreateCursorInfoRec();
168 if(!infoPtr) return FALSE;
170 pTga->CursorInfoRec = infoPtr;
172 infoPtr->MaxWidth = CURSOR_SIZE;
173 infoPtr->MaxHeight = CURSOR_SIZE;
174 infoPtr->Flags = HARDWARE_CURSOR_AND_SOURCE_WITH_MASK |
178 infoPtr->SetCursorColors = TGASetCursorColors;
179 infoPtr->SetCursorPosition = TGASetCursorPosition;
180 infoPtr
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_gx1_cursor.c185 xf86CursorInfoPtr infoPtr; local in function:GX1HWCursorInit
187 infoPtr = xf86CreateCursorInfoRec();
188 if (!infoPtr)
191 pGeode->CursorInfo = infoPtr;
192 infoPtr->MaxWidth = 32;
193 infoPtr->MaxHeight = 32;
195 infoPtr->Flags = HARDWARE_CURSOR_BIT_ORDER_MSBFIRST |
201 infoPtr->SetCursorColors = GX1SetCursorColors;
202 infoPtr->SetCursorPosition = GX1SetCursorPosition;
203 infoPtr
[all...]
H A Dnsc_gx2_cursor.c186 xf86CursorInfoPtr infoPtr; local in function:GX2HWCursorInit
188 infoPtr = xf86CreateCursorInfoRec();
189 if (!infoPtr)
192 pGeode->CursorInfo = infoPtr;
193 infoPtr->MaxWidth = 32;
194 infoPtr->MaxHeight = 32;
196 infoPtr->Flags = HARDWARE_CURSOR_BIT_ORDER_MSBFIRST |
202 infoPtr->SetCursorColors = GX2SetCursorColors;
203 infoPtr->SetCursorPosition = GX2SetCursorPosition;
204 infoPtr
[all...]
/xsrc/external/mit/xf86-video-pnozz/dist/src/
H A Dpnozz_cursor.c113 xf86CursorInfoPtr infoPtr; local in function:PnozzHWCursorInit
124 infoPtr = xf86CreateCursorInfoRec();
125 if(!infoPtr) return FALSE;
127 pPnozz->CursorInfoRec = infoPtr;
129 infoPtr->MaxWidth = 64;
130 infoPtr->MaxHeight = 64;
141 infoPtr->Flags = HARDWARE_CURSOR_AND_SOURCE_WITH_MASK |
145 infoPtr->SetCursorColors = PnozzSetCursorColors;
146 infoPtr->SetCursorPosition = PnozzSetCursorPosition;
147 infoPtr
[all...]
/xsrc/external/mit/xf86-video-ag10e/dist/src/
H A Dag10e_cursor.c117 xf86CursorInfoPtr infoPtr; local in function:AG10EHWCursorInit
128 infoPtr = xf86CreateCursorInfoRec();
129 if(!infoPtr) return FALSE;
131 pAG10E->CursorInfoRec = infoPtr;
133 infoPtr->MaxWidth = 64;
134 infoPtr->MaxHeight = 64;
145 infoPtr->Flags = HARDWARE_CURSOR_AND_SOURCE_WITH_MASK |
148 infoPtr->SetCursorColors = AG10ESetCursorColors;
149 infoPtr->SetCursorPosition = AG10ESetCursorPosition;
150 infoPtr
[all...]
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_cursor.c68 xf86CursorInfoPtr infoPtr; local in function:ApmHWCursorInit
71 infoPtr = xf86CreateCursorInfoRec();
72 if (!infoPtr)
75 pApm->CursorInfoRec = infoPtr;
77 infoPtr->MaxWidth = CURSORWIDTH;
78 infoPtr->MaxHeight = CURSORHEIGHT;
80 infoPtr->Flags = HARDWARE_CURSOR_SOURCE_MASK_INTERLEAVE_1;
81 infoPtr->SetCursorColors = ApmSetCursorColors;
82 infoPtr->SetCursorPosition = ApmSetCursorPosition;
83 infoPtr
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_cursor.c74 xf86CursorInfoPtr infoPtr; local in function:GXHWCursorInit
76 infoPtr = xf86CreateCursorInfoRec();
77 if (!infoPtr)
80 pGeode->CursorInfo = infoPtr;
81 infoPtr->MaxWidth = 32;
82 infoPtr->MaxHeight = 32;
84 infoPtr->Flags = HARDWARE_CURSOR_BIT_ORDER_MSBFIRST |
90 infoPtr->SetCursorColors = GXSetCursorColors;
91 infoPtr->SetCursorPosition = GXSetCursorPosition;
92 infoPtr
[all...]
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_2090.c103 XAAInfoRecPtr infoPtr; local in function:Neo2090AccelInit
108 nPtr->AccelInfoRec = infoPtr = XAACreateInfoRec();
109 if(!infoPtr) return FALSE;
114 infoPtr->Flags = LINEAR_FRAMEBUFFER | OFFSCREEN_PIXMAPS;
115 if(nAcl->cacheEnd > nAcl->cacheStart) infoPtr->Flags |= PIXMAP_CACHE;
117 infoPtr->PixmapCacheFlags |= DO_NOT_BLIT_STIPPLES;
120 infoPtr->Sync = Neo2090Sync;
123 infoPtr->ScreenToScreenCopyFlags = (NO_TRANSPARENCY | NO_PLANEMASK);
124 infoPtr->SetupForScreenToScreenCopy =
126 infoPtr
[all...]
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_hwcurs.c31 xf86CursorInfoPtr infoPtr; local in function:TDFXCursorInit
36 pTDFX->CursorInfoRec = infoPtr = xf86CreateCursorInfoRec();
37 if (!infoPtr) return FALSE;
39 infoPtr->MaxWidth = 64;
40 infoPtr->MaxHeight = 64;
42 infoPtr->Flags =
49 infoPtr->SetCursorColors = TDFXSetCursorColors;
50 infoPtr->SetCursorPosition = TDFXSetCursorPosition;
51 infoPtr->LoadCursorImage = TDFXLoadCursorImage;
52 infoPtr
[all...]
/xsrc/external/mit/xf86-video-newport/dist/src/
H A Dnewport_cursor.c22 static unsigned char* NewportRealizeCursor(xf86CursorInfoPtr infoPtr, CursorPtr pCurs);
30 xf86CursorInfoPtr infoPtr; local in function:NewportHWCursorInit
33 infoPtr = xf86CreateCursorInfoRec();
34 if(!infoPtr)
37 pNewport->CursorInfoRec = infoPtr;
38 infoPtr->MaxWidth = MAX_CURS;
39 infoPtr->MaxHeight = MAX_CURS;
40 infoPtr->Flags = HARDWARE_CURSOR_TRUECOLOR_AT_8BPP;
42 infoPtr->SetCursorColors = NewportSetCursorColors;
43 infoPtr
122 NewportRealizeCursor(xf86CursorInfoPtr infoPtr,CursorPtr pCurs) argument
[all...]

Completed in 16 milliseconds

1234