Searched refs:dixAllocateObjectWithPrivates (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/include/
H A Dprivates.h255 #define dixAllocateObjectWithPrivates(t, type) (t *) _dixAllocateObjectWithPrivates(sizeof(t), sizeof(t), offsetof(t, devPrivates), type) macro
/xsrc/external/mit/xorg-server/dist/include/
H A Dprivates.h319 #define dixAllocateObjectWithPrivates(t, type) (t *) _dixAllocateObjectWithPrivates(sizeof(t), sizeof(t), offsetof(t, devPrivates), type) macro
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dselection.c199 pSel = dixAllocateObjectWithPrivates(Selection, PRIVATE_SELECTION);
H A Dgc.c482 pGC = dixAllocateObjectWithPrivates(GC, PRIVATE_GC);
807 pGC = dixAllocateObjectWithPrivates(GC, PRIVATE_GC);
H A Dproperty.c273 pProp = dixAllocateObjectWithPrivates(PropertyRec, PRIVATE_PROPERTY);
H A Dwindow.c362 pWin = dixAllocateObjectWithPrivates(WindowRec, PRIVATE_WINDOW);
642 pWin = dixAllocateObjectWithPrivates(WindowRec, PRIVATE_WINDOW);
H A Ddispatch.c3519 clients[i] = client = dixAllocateObjectWithPrivates(ClientRec, PRIVATE_CLIENT);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dselection.c197 pSel = dixAllocateObjectWithPrivates(Selection, PRIVATE_SELECTION);
H A Dproperty.c275 pProp = dixAllocateObjectWithPrivates(PropertyRec, PRIVATE_PROPERTY);
H A Ddispatch.c3619 dixAllocateObjectWithPrivates(ClientRec, PRIVATE_CLIENT);
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyph.c488 glyphSet = dixAllocateObjectWithPrivates(GlyphSetRec, PRIVATE_GLYPHSET);
H A Dpicture.c759 pPicture = dixAllocateObjectWithPrivates(PictureRec, PRIVATE_PICTURE);
901 pPicture = dixAllocateObjectWithPrivates(PictureRec, PRIVATE_PICTURE);
/xsrc/external/mit/xorg-server/dist/render/
H A Dglyph.c454 glyphSet = dixAllocateObjectWithPrivates(GlyphSetRec, PRIVATE_GLYPHSET);
/xsrc/external/mit/xorg-server.old/dist/dbe/
H A Ddbe.c257 pDbeWindowPriv = dixAllocateObjectWithPrivates(DbeWindowPrivRec, PRIVATE_DBE_WINDOW);
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
H A Ddamage.c1893 pDamage = dixAllocateObjectWithPrivates(DamageRec, PRIVATE_DAMAGE);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dsync.c927 pSync = (SyncObject*)dixAllocateObjectWithPrivates(SyncFence,
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dsync.c910 pSync = (SyncObject *) dixAllocateObjectWithPrivates(SyncFence,

Completed in 42 milliseconds