| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_trapezoid.c | 80 int ntrap, xTrapezoid *traps) in glamor_trapezoids() argument 99 for (; ntrap; ntrap--, traps++) in glamor_trapezoids() 105 miTrapezoidBounds(ntrap, traps, &bounds); in glamor_trapezoids() 129 for (; ntrap; ntrap--, traps++) in glamor_trapezoids()
|
| H A D | glamor_addtraps.c | 34 INT16 y_off, int ntrap, xTrap *traps) in glamor_add_traps() argument 37 fbAddTraps(pPicture, x_off, y_off, ntrap, traps); in glamor_add_traps()
|
| H A D | glamor_priv.h | 660 int ntrap, xTrapezoid *traps); 741 INT16 x_off, INT16 y_off, int ntrap, xTrap *traps);
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | mitrap.c | 50 miTrapezoidBounds(int ntrap, xTrapezoid * traps, BoxPtr box) in miTrapezoidBounds() argument 56 for (; ntrap; ntrap--, traps++) { in miTrapezoidBounds()
|
| H A D | picturestr.h | 240 INT16 ySrc, int ntrap, xTrapezoid * traps); 273 INT16 yOff, int ntrap, xTrap * traps); 487 INT16 xSrc, INT16 ySrc, int ntrap, xTrapezoid * traps);
|
| H A D | mipict.h | 105 miTrapezoidBounds(int ntrap, xTrapezoid * traps, BoxPtr box);
|
| H A D | picture.c | 1570 INT16 xSrc, INT16 ySrc, int ntrap, xTrapezoid * traps) in CompositeTrapezoids() argument 1576 (*ps->Trapezoids) (op, pSrc, pDst, maskFormat, xSrc, ySrc, ntrap, traps); in CompositeTrapezoids() 1630 AddTraps(PicturePtr pPicture, INT16 xOff, INT16 yOff, int ntrap, xTrap * traps) in AddTraps() argument 1635 (*ps->AddTraps) (pPicture, xOff, yOff, ntrap, traps); in AddTraps()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbtrap.c | 36 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps) in fbAddTraps() argument 45 ntrap, (pixman_trap_t *) traps); in fbAddTraps() 162 INT16 xSrc, INT16 ySrc, int ntrap, xTrapezoid * traps) in fbTrapezoids() argument 169 xSrc, ySrc, ntrap, sizeof(xTrapezoid), (const uint8_t *) traps); in fbTrapezoids()
|
| H A D | fbpict.h | 46 INT16 xOff, INT16 yOff, int ntrap, xTrap * traps); 60 INT16 xSrc, INT16 ySrc, int ntrap, xTrapezoid * traps);
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_render.c | 1120 int ntrap, xTrapezoid * traps) in exaTrapezoids() argument 1131 miTrapezoidBounds(ntrap, traps, &bounds); in exaTrapezoids() 1146 for (; ntrap; ntrap--, traps++) in exaTrapezoids() 1163 for (; ntrap; ntrap--, traps++) in exaTrapezoids()
|
| H A D | exa_priv.h | 451 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps); 689 int ntrap, xTrapezoid * traps);
|
| H A D | exa_unaccel.c | 680 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps) in ExaCheckAddTraps() argument 691 ps->AddTraps(pPicture, x_off, y_off, ntrap, traps); in ExaCheckAddTraps()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxpict.h | 94 int ntrap, xTrapezoid * traps);
|
| H A D | dmxpict.c | 1203 INT16 xSrc, INT16 ySrc, int ntrap, xTrapezoid * traps) in dmxTrapezoids() argument 1214 ps->Trapezoids(op, pSrc, pDst, maskFormat, xSrc, ySrc, ntrap, *traps); in dmxTrapezoids() 1231 xSrc, ySrc, (XTrapezoid *) traps, ntrap); in dmxTrapezoids()
|
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damage.c | 586 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps) in damageAddTraps() argument 605 for (i = 0; i < ntrap; i++) { in damageAddTraps() 627 (*ps->AddTraps) (pPicture, x_off, y_off, ntrap, traps); in damageAddTraps()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 53285 of the VBO size. We fallback if ntrap > 256
|