Searched refs:AddTraps (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/xserver/miext/damage/ |
| H A D | damagestr.h | 71 AddTrapsProcPtr AddTraps; member
|
| H A D | damage.c | 626 unwrap(pScrPriv, ps, AddTraps); in damageAddTraps() 627 (*ps->AddTraps) (pPicture, x_off, y_off, ntrap, traps); in damageAddTraps() 629 wrap(pScrPriv, ps, AddTraps, damageAddTraps); in damageAddTraps() 1701 wrap(pScrPriv, ps, AddTraps, damageAddTraps); in DamageSetup()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | picturestr.h | 337 AddTrapsProcPtr AddTraps; member 519 AddTraps(PicturePtr pPicture,
|
| H A D | mipict.c | 582 ps->AddTraps = 0; /* requires DDX support */ in miPictureInit()
|
| H A D | picture.c | 1630 AddTraps(PicturePtr pPicture, INT16 xOff, INT16 yOff, int ntrap, xTrap * traps) in AddTraps() function 1635 (*ps->AddTraps) (pPicture, xOff, yOff, ntrap, traps); in AddTraps()
|
| H A D | render.c | 1834 AddTraps(pPicture, in ProcRenderAddTraps()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_unaccel.c | 690 swap(pExaScr, ps, AddTraps); in ExaCheckAddTraps() 691 ps->AddTraps(pPicture, x_off, y_off, ntrap, traps); in ExaCheckAddTraps() 692 swap(pExaScr, ps, AddTraps); in ExaCheckAddTraps()
|
| H A D | exa.c | 775 unwrap(pExaScr, ps, AddTraps); in exaCloseScreen() 933 wrap(pExaScr, ps, AddTraps, ExaCheckAddTraps); in exaDriverInit()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor.c | 890 glamor_priv->saved_procs.addtraps = ps->AddTraps; in glamor_init() 891 ps->AddTraps = glamor_add_traps; in glamor_init()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbpict.c | 502 ps->AddTraps = fbAddTraps; in fbPictureInit()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | protocol.txt | 344 R032 RENDER:AddTraps
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 140953 Wrap AddTraps in exa and damage. 141806 …- AddTraps could also use a 2nd look, but since noone is using that it's a bit hard and less usefu… 187790 - Comment on why AddTraps wrapper isn't needed.
|