Searched refs:dixAllocateObjectWithPrivates (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | privates.h | 255 #define dixAllocateObjectWithPrivates(t, type) (t *) _dixAllocateObjectWithPrivates(sizeof(t), sizeof(t), offsetof(t, devPrivates), type) macro
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | privates.h | 319 #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 D | selection.c | 199 pSel = dixAllocateObjectWithPrivates(Selection, PRIVATE_SELECTION);
|
| H A D | gc.c | 482 pGC = dixAllocateObjectWithPrivates(GC, PRIVATE_GC); 807 pGC = dixAllocateObjectWithPrivates(GC, PRIVATE_GC);
|
| H A D | property.c | 273 pProp = dixAllocateObjectWithPrivates(PropertyRec, PRIVATE_PROPERTY);
|
| H A D | window.c | 362 pWin = dixAllocateObjectWithPrivates(WindowRec, PRIVATE_WINDOW); 642 pWin = dixAllocateObjectWithPrivates(WindowRec, PRIVATE_WINDOW);
|
| H A D | dispatch.c | 3519 clients[i] = client = dixAllocateObjectWithPrivates(ClientRec, PRIVATE_CLIENT);
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | selection.c | 197 pSel = dixAllocateObjectWithPrivates(Selection, PRIVATE_SELECTION);
|
| H A D | property.c | 275 pProp = dixAllocateObjectWithPrivates(PropertyRec, PRIVATE_PROPERTY);
|
| H A D | dispatch.c | 3619 dixAllocateObjectWithPrivates(ClientRec, PRIVATE_CLIENT);
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | glyph.c | 488 glyphSet = dixAllocateObjectWithPrivates(GlyphSetRec, PRIVATE_GLYPHSET);
|
| H A D | picture.c | 759 pPicture = dixAllocateObjectWithPrivates(PictureRec, PRIVATE_PICTURE); 901 pPicture = dixAllocateObjectWithPrivates(PictureRec, PRIVATE_PICTURE);
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | glyph.c | 454 glyphSet = dixAllocateObjectWithPrivates(GlyphSetRec, PRIVATE_GLYPHSET);
|
| /xsrc/external/mit/xorg-server.old/dist/dbe/ |
| H A D | dbe.c | 257 pDbeWindowPriv = dixAllocateObjectWithPrivates(DbeWindowPrivRec, PRIVATE_DBE_WINDOW);
|
| /xsrc/external/mit/xorg-server.old/dist/miext/damage/ |
| H A D | damage.c | 1893 pDamage = dixAllocateObjectWithPrivates(DamageRec, PRIVATE_DAMAGE);
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | sync.c | 927 pSync = (SyncObject*)dixAllocateObjectWithPrivates(SyncFence,
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | sync.c | 910 pSync = (SyncObject *) dixAllocateObjectWithPrivates(SyncFence,
|
Completed in 42 milliseconds