| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaCpyArea.c | 233 int dstwidth; local in function:XAADoImageRead 243 dstwidth = (int)((PixmapPtr)pDst)->devKind; 246 dstPntr = pdstBase + (pbox->y1 * dstwidth) + (pbox->x1 * Bpp); 249 pbox->x2 - pbox->x1, pbox->y2 - pbox->y1, dstPntr, dstwidth,
|
| H A D | xaaStateChange.c | 137 unsigned char *dst, int dstwidth, int bpp, int depth); 712 unsigned char *dst, int dstwidth, int bpp, int depth) 718 dst, dstwidth, bpp, depth); 711 XAAStateWrapReadPixmap(ScrnInfoPtr pScrn,int x,int y,int w,int h,unsigned char * dst,int dstwidth,int bpp,int depth) argument
|
| H A D | xaa.h | 753 int dstwidth,
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_accel.c | 150 unsigned char *dst, int dstwidth, int bpp, int depth); 1529 MoveDataToCPU(unsigned char *src, unsigned char *dest, int dstwidth, argument 1532 if(dstwidth == (dwords << 2)) { 1536 dest += (dstwidth * decrement); 1545 dest += dstwidth; 1678 unsigned char *dst, int dstwidth, int bpp, int depth) 1690 byteWidthDst = ((dstwidth * (bpp >> 3) + 3L) & ~0x3L); 1709 (unsigned char *)dst, dstwidth, 16384, h, dwords); 1722 (unsigned char *)dst, dstwidth<<1, 16384, h, dwords); 1726 dst += dstwidth; [all...] |
| /xsrc/external/mit/xf86-video-newport/dist/src/ |
| H A D | newport_accel.c | 1016 int dstwidth, 1081 dst += dstwidth; 1101 dst += dstwidth; 1010 NewportXAAReadPixmap(ScrnInfoPtr pScrn,int x,int y,int w,int h,unsigned char * dst,int dstwidth,int bpp,int depth) argument
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx2_accel.c | 2108 unsigned char *dst, int dstwidth, int bpp, int depth) 2111 x, y, w, h, dst, dstwidth, bpp, depth);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | dri2.c | 1415 int dstx0, int dsty0, int dstwidth, int dstheight, 1432 blit.dst.box.width = dstwidth; 1414 dri2_blit_image(__DRIcontext * context,__DRIimage * dst,__DRIimage * src,int dstx0,int dsty0,int dstwidth,int dstheight,int srcx0,int srcy0,int srcwidth,int srcheight,int flush_flag) argument
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/internal/ |
| H A D | dri_interface.h | 1591 int dstx0, int dsty0, int dstwidth, int dstheight,
|
| /xsrc/external/mit/MesaLib/dist/include/GL/internal/ |
| H A D | dri_interface.h | 1543 int dstx0, int dsty0, int dstwidth, int dstheight,
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime_accel.c | 1964 int dstwidth, 2015 dst += dstwidth; 1958 CrimeReadPixmap(ScrnInfoPtr pScrn,int x,int y,int w,int h,unsigned char * dst,int dstwidth,int bpp,int depth) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/ |
| H A D | dri2.c | 1677 int dstx0, int dsty0, int dstwidth, int dstheight, 1694 blit.dst.box.width = dstwidth; 1676 dri2_blit_image(__DRIcontext * context,__DRIimage * dst,__DRIimage * src,int dstx0,int dsty0,int dstwidth,int dstheight,int srcx0,int srcy0,int srcwidth,int srcheight,int flush_flag) argument
|