Home
last modified time | relevance | path

Searched refs:WRAP_PICT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VGAarbiter.c208 WRAP_PICT(Composite, VGAarbiterComposite); in xf86VGAarbiterWrapFunctions()
209 WRAP_PICT(Glyphs, VGAarbiterGlyphs); in xf86VGAarbiterWrapFunctions()
210 WRAP_PICT(CompositeRects, VGAarbiterCompositeRects); in xf86VGAarbiterWrapFunctions()
H A Dxf86VGAarbiterPriv.h61 #define WRAP_PICT(x,y) if (ps) {pScreenPriv->x = ps->x;\ macro