Lines Matching refs:wrap

606         wrap(pExaGC, pGC, funcs, &exaGCFuncs);  in exaCreateGC()
607 wrap(pExaGC, pGC, ops, &exaOps); in exaCreateGC()
698 wrap(pExaScr, pScreen, BlockHandler, ExaBlockHandler); in ExaBlockHandler()
723 wrap(pExaScr, pScreen, WakeupHandler, ExaWakeupHandler); in ExaWakeupHandler()
910 wrap(pExaScr, pScreen, BlockHandler, ExaBlockHandler); in exaDriverInit()
913 wrap(pExaScr, pScreen, WakeupHandler, ExaWakeupHandler); in exaDriverInit()
914 wrap(pExaScr, pScreen, CreateGC, exaCreateGC); in exaDriverInit()
915 wrap(pExaScr, pScreen, CloseScreen, exaCloseScreen); in exaDriverInit()
916 wrap(pExaScr, pScreen, GetImage, exaGetImage); in exaDriverInit()
917 wrap(pExaScr, pScreen, GetSpans, ExaCheckGetSpans); in exaDriverInit()
918 wrap(pExaScr, pScreen, CopyWindow, exaCopyWindow); in exaDriverInit()
919 wrap(pExaScr, pScreen, ChangeWindowAttributes, exaChangeWindowAttributes); in exaDriverInit()
920 wrap(pExaScr, pScreen, BitmapToRegion, exaBitmapToRegion); in exaDriverInit()
921 wrap(pExaScr, pScreen, CreateScreenResources, exaCreateScreenResources); in exaDriverInit()
924 wrap(pExaScr, ps, Composite, exaComposite); in exaDriverInit()
926 wrap(pExaScr, ps, Glyphs, exaGlyphs); in exaDriverInit()
929 wrap(pExaScr, ps, Glyphs, ExaCheckGlyphs); in exaDriverInit()
931 wrap(pExaScr, ps, Trapezoids, exaTrapezoids); in exaDriverInit()
932 wrap(pExaScr, ps, Triangles, exaTriangles); in exaDriverInit()
933 wrap(pExaScr, ps, AddTraps, ExaCheckAddTraps); in exaDriverInit()
956 wrap(pExaScr, pScreen, CreatePixmap, exaCreatePixmap_mixed); in exaDriverInit()
957 wrap(pExaScr, pScreen, DestroyPixmap, exaDestroyPixmap_mixed); in exaDriverInit()
958 wrap(pExaScr, pScreen, ModifyPixmapHeader, in exaDriverInit()
960 wrap(pExaScr, pScreen, SharePixmapBacking, exaSharePixmapBacking_mixed); in exaDriverInit()
961 wrap(pExaScr, pScreen, SetSharedPixmapBacking, exaSetSharedPixmapBacking_mixed); in exaDriverInit()
970 wrap(pExaScr, pScreen, CreatePixmap, exaCreatePixmap_driver); in exaDriverInit()
971 wrap(pExaScr, pScreen, DestroyPixmap, exaDestroyPixmap_driver); in exaDriverInit()
972 wrap(pExaScr, pScreen, ModifyPixmapHeader, in exaDriverInit()
982 wrap(pExaScr, pScreen, CreatePixmap, exaCreatePixmap_classic); in exaDriverInit()
983 wrap(pExaScr, pScreen, DestroyPixmap, exaDestroyPixmap_classic); in exaDriverInit()
984 wrap(pExaScr, pScreen, ModifyPixmapHeader, in exaDriverInit()