| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxscrinit.c | 277 DMX_WRAP(CloseScreen, dmxCloseScreen, dmxScreen, pScreen); in dmxScreenInit() 278 DMX_WRAP(SaveScreen, dmxSaveScreen, dmxScreen, pScreen); in dmxScreenInit() 283 DMX_WRAP(CreateGC, dmxCreateGC, dmxScreen, pScreen); in dmxScreenInit() 286 DMX_WRAP(CreateWindow, dmxCreateWindow, dmxScreen, pScreen); in dmxScreenInit() 287 DMX_WRAP(DestroyWindow, dmxDestroyWindow, dmxScreen, pScreen); in dmxScreenInit() 288 DMX_WRAP(PositionWindow, dmxPositionWindow, dmxScreen, pScreen); in dmxScreenInit() 289 DMX_WRAP(ChangeWindowAttributes, dmxChangeWindowAttributes, dmxScreen, in dmxScreenInit() 291 DMX_WRAP(RealizeWindow, dmxRealizeWindow, dmxScreen, pScreen); in dmxScreenInit() 292 DMX_WRAP(UnrealizeWindow, dmxUnrealizeWindow, dmxScreen, pScreen); in dmxScreenInit() 293 DMX_WRAP(RestackWindow, dmxRestackWindow, dmxScreen, pScreen); in dmxScreenInit() [all …]
|
| H A D | dmxpict.c | 152 DMX_WRAP(CreatePicture, dmxCreatePicture, dmxScreen, ps); in dmxPictureInit() 153 DMX_WRAP(DestroyPicture, dmxDestroyPicture, dmxScreen, ps); in dmxPictureInit() 155 DMX_WRAP(ChangePictureClip, dmxChangePictureClip, dmxScreen, ps); in dmxPictureInit() 156 DMX_WRAP(DestroyPictureClip, dmxDestroyPictureClip, dmxScreen, ps); in dmxPictureInit() 158 DMX_WRAP(ChangePicture, dmxChangePicture, dmxScreen, ps); in dmxPictureInit() 159 DMX_WRAP(ValidatePicture, dmxValidatePicture, dmxScreen, ps); in dmxPictureInit() 161 DMX_WRAP(Composite, dmxComposite, dmxScreen, ps); in dmxPictureInit() 162 DMX_WRAP(Glyphs, dmxGlyphs, dmxScreen, ps); in dmxPictureInit() 163 DMX_WRAP(CompositeRects, dmxCompositeRects, dmxScreen, ps); in dmxPictureInit() 165 DMX_WRAP(Trapezoids, dmxTrapezoids, dmxScreen, ps); in dmxPictureInit() [all …]
|
| H A D | dmxcmap.c | 108 DMX_WRAP(CreateColormap, dmxCreateColormap, dmxScreen, pScreen); in dmxCreateColormap() 147 DMX_WRAP(DestroyColormap, dmxDestroyColormap, dmxScreen, pScreen); in dmxDestroyColormap() 162 DMX_WRAP(InstallColormap, dmxInstallColormap, dmxScreen, pScreen); in dmxInstallColormap() 214 DMX_WRAP(StoreColors, dmxStoreColors, dmxScreen, pScreen); in dmxStoreColors()
|
| H A D | dmxwindow.c | 377 DMX_WRAP(CreateWindow, dmxCreateWindow, dmxScreen, pScreen); in dmxCreateWindow() 431 DMX_WRAP(DestroyWindow, dmxDestroyWindow, dmxScreen, pScreen); in dmxDestroyWindow() 478 DMX_WRAP(PositionWindow, dmxPositionWindow, dmxScreen, pScreen); in dmxPositionWindow() 602 DMX_WRAP(ChangeWindowAttributes, dmxChangeWindowAttributes, dmxScreen, in dmxChangeWindowAttributes() 644 DMX_WRAP(RealizeWindow, dmxRealizeWindow, dmxScreen, pScreen); in dmxRealizeWindow() 681 DMX_WRAP(UnrealizeWindow, dmxUnrealizeWindow, dmxScreen, pScreen); in dmxUnrealizeWindow() 761 DMX_WRAP(RestackWindow, dmxRestackWindow, dmxScreen, pScreen); in dmxRestackWindow() 804 DMX_WRAP(WindowExposures, dmxWindowExposures, dmxScreen, pScreen); in dmxWindowExposures() 846 DMX_WRAP(CopyWindow, dmxCopyWindow, dmxScreen, pScreen); in dmxCopyWindow() 890 DMX_WRAP(ResizeWindow, dmxResizeWindow, dmxScreen, pScreen); in dmxResizeWindow() [all …]
|
| H A D | dmxgc.h | 80 DMX_WRAP(funcs, &dmxGCFuncs, _pGCPriv, (_pGC)); \ 82 DMX_WRAP(ops, &dmxGCOps, _pGCPriv, (_pGC)); \
|
| H A D | dmxwindow.h | 111 DMX_WRAP(funcs, &dmxGCFuncs, pGCPriv, (_pGC)); \ 113 DMX_WRAP(ops, &dmxGCOps, pGCPriv, (_pGC)); \
|
| H A D | dmxpixmap.c | 137 DMX_WRAP(CreatePixmap, dmxCreatePixmap, dmxScreen, pScreen); in dmxCreatePixmap() 191 DMX_WRAP(DestroyPixmap, dmxDestroyPixmap, dmxScreen, pScreen); in dmxDestroyPixmap()
|
| H A D | dmx.h | 325 #define DMX_WRAP(_entry, _newfunc, _saved, _actual) \ macro
|
| H A D | dmxgc.c | 151 DMX_WRAP(CreateGC, dmxCreateGC, dmxScreen, pScreen); in dmxCreateGC()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxconsole.c | 899 DMX_WRAP(CloseScreen, dmxCloseConsoleScreen, in dmxConsoleInit()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 36878 dmxgc.h:80:5: note: in expansion of macro ‘DMX_WRAP’ 36879 DMX_WRAP(funcs, &dmxGCFuncs, _pGCPriv, (_pGC)); \
|