| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbimage.c | 209 int w, int h, unsigned int format, unsigned long planeMask, char *d) in fbGetImage() argument 234 pm = fbReplicatePixel(planeMask, srcBpp); in fbGetImage() 260 fbXorStip(GXcopy, 0, FB_STIP_ALLONES), planeMask); in fbGetImage()
|
| H A D | fbbltone.c | 388 FbStip fgxor, FbStip bgand, FbStip bgxor, Pixel planeMask) in fbBltPlane() argument 416 pm = fbReplicatePixel(planeMask, srcBpp); in fbBltPlane()
|
| H A D | fb.h | 714 FbStip fgxor, FbStip bgand, FbStip bgxor, Pixel planeMask); 931 int w, int h, unsigned int format, unsigned long planeMask, char *d);
|
| /OK3568_Linux_fs/external/xserver/miext/shadow/ |
| H A D | shadow.c | 84 unsigned int format, unsigned long planeMask, char *pdstLine) in shadowGetImage() argument 94 pScreen->GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine); in shadowGetImage()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mibitblt.c | 601 unsigned int format, unsigned long planeMask, char *pDst) in miGetImage() argument 611 if ((((1LL << depth) - 1) & planeMask) != (1LL << depth) - 1) { in miGetImage() 634 gcv.val = (XID) planeMask; in miGetImage() 664 (void) miGetPlane(pDraw, ffs(planeMask) - 1, sx, sy, w, h, in miGetImage()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | GCOps.c | 106 unsigned int format, unsigned long planeMask, char *pImage) in xnestGetImage() argument 117 x, y, w, h, planeMask, format); in xnestGetImage()
|
| H A D | GCOps.h | 29 unsigned int format, unsigned long planeMask, char *pImage);
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxgcops.h | 89 unsigned int format, unsigned long planeMask,
|
| H A D | dmxgcops.c | 585 unsigned int format, unsigned long planeMask, char *pdstLine) in dmxGetImage() argument 620 sx, sy, w, h, planeMask, format); in dmxGetImage()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | shm.c | 687 length = lenPer * Ones(stuff->planeMask & (plane | (plane - 1))); in ProcShmGetImage() 699 stuff->format, stuff->planeMask, in ProcShmGetImage() 711 if (stuff->planeMask & plane) { in ProcShmGetImage() 822 planemask = stuff->planeMask; in ProcPanoramiXShmGetImage() 1456 swapl(&stuff->planeMask); in SProcShmGetImage()
|
| H A D | panoramiXprocs.c | 1984 planemask = stuff->planeMask; in PanoramiXGetImage()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_priv.h | 440 unsigned int format, unsigned long planeMask, char *d); 477 unsigned int format, unsigned long planeMask, char *d);
|
| H A D | exa_accel.c | 1256 unsigned int format, unsigned long planeMask, char *d) in exaGetImage() argument 1278 if (format != ZPixmap || !EXA_PM_IS_SOLID(pDrawable, planeMask)) in exaGetImage() 1296 ExaCheckGetImage(pDrawable, x, y, w, h, format, planeMask, d); in exaGetImage()
|
| H A D | exa_unaccel.c | 399 unsigned int format, unsigned long planeMask, char *d) in ExaCheckGetImage() argument 408 pScreen->GetImage(pDrawable, x, y, w, h, format, planeMask, d); in ExaCheckGetImage()
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessScreen.c | 162 unsigned int format, unsigned long planeMask, char *pdstLine) in RootlessGetImage() argument 208 pScreen->GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine); in RootlessGetImage()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | swapreq.c | 677 swapl(&stuff->planeMask); in SProcGetImage() 792 swapl(&stuff->planeMask); in SProcFreeColors()
|
| H A D | dispatch.c | 2276 stuff->planeMask); in ProcGetImage() 2757 (Pixel *) &stuff[1], (Pixel) stuff->planeMask); in ProcFreeColors()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_priv.h | 782 unsigned int format, unsigned long planeMask, char *d);
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 79118 When depth equal to 32 and planeMask equal to 0, the overflow will 177965 Bug #2986: Add PutImage acceleration for the ZPixmap, planeMask ~= 177984 ZPixmap, planeMask ~= FB_ALLONES, bitsPerPixel >= 8 case. I'm pretty
|