Home
last modified time | relevance | path

Searched refs:DMX_WRAP (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxscrinit.c277 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 Ddmxpict.c152 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 Ddmxcmap.c108 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 Ddmxwindow.c377 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 Ddmxgc.h80 DMX_WRAP(funcs, &dmxGCFuncs, _pGCPriv, (_pGC)); \
82 DMX_WRAP(ops, &dmxGCOps, _pGCPriv, (_pGC)); \
H A Ddmxwindow.h111 DMX_WRAP(funcs, &dmxGCFuncs, pGCPriv, (_pGC)); \
113 DMX_WRAP(ops, &dmxGCOps, pGCPriv, (_pGC)); \
H A Ddmxpixmap.c137 DMX_WRAP(CreatePixmap, dmxCreatePixmap, dmxScreen, pScreen); in dmxCreatePixmap()
191 DMX_WRAP(DestroyPixmap, dmxDestroyPixmap, dmxScreen, pScreen); in dmxDestroyPixmap()
H A Ddmx.h325 #define DMX_WRAP(_entry, _newfunc, _saved, _actual) \ macro
H A Ddmxgc.c151 DMX_WRAP(CreateGC, dmxCreateGC, dmxScreen, pScreen); in dmxCreateGC()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxconsole.c899 DMX_WRAP(CloseScreen, dmxCloseConsoleScreen, in dmxConsoleInit()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog36878 dmxgc.h:80:5: note: in expansion of macro ‘DMX_WRAP
36879 DMX_WRAP(funcs, &dmxGCFuncs, _pGCPriv, (_pGC)); \