OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dixAllocateObjectWithPrivates
(Results
1 - 17
of
17
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/include/
privates.h
255
#define
dixAllocateObjectWithPrivates
(t, type) (t *) _dixAllocateObjectWithPrivates(sizeof(t), sizeof(t), offsetof(t, devPrivates), type)
/xsrc/external/mit/xorg-server/dist/dix/
selection.c
197
pSel =
dixAllocateObjectWithPrivates
(Selection, PRIVATE_SELECTION);
property.c
275
pProp =
dixAllocateObjectWithPrivates
(PropertyRec, PRIVATE_PROPERTY);
dispatch.c
3619
dixAllocateObjectWithPrivates
(ClientRec, PRIVATE_CLIENT);
/xsrc/external/mit/xorg-server/dist/include/
privates.h
319
#define
dixAllocateObjectWithPrivates
(t, type) (t *) _dixAllocateObjectWithPrivates(sizeof(t), sizeof(t), offsetof(t, devPrivates), type)
/xsrc/external/mit/xorg-server.old/dist/dix/
selection.c
199
pSel =
dixAllocateObjectWithPrivates
(Selection, PRIVATE_SELECTION);
gc.c
482
pGC =
dixAllocateObjectWithPrivates
(GC, PRIVATE_GC);
807
pGC =
dixAllocateObjectWithPrivates
(GC, PRIVATE_GC);
property.c
273
pProp =
dixAllocateObjectWithPrivates
(PropertyRec, PRIVATE_PROPERTY);
window.c
362
pWin =
dixAllocateObjectWithPrivates
(WindowRec, PRIVATE_WINDOW);
642
pWin =
dixAllocateObjectWithPrivates
(WindowRec, PRIVATE_WINDOW);
dispatch.c
3519
clients[i] = client =
dixAllocateObjectWithPrivates
(ClientRec, PRIVATE_CLIENT);
/xsrc/external/mit/xorg-server/dist/render/
glyph.c
454
glyphSet =
dixAllocateObjectWithPrivates
(GlyphSetRec, PRIVATE_GLYPHSET);
/xsrc/external/mit/xorg-server.old/dist/render/
glyph.c
488
glyphSet =
dixAllocateObjectWithPrivates
(GlyphSetRec, PRIVATE_GLYPHSET);
picture.c
759
pPicture =
dixAllocateObjectWithPrivates
(PictureRec, PRIVATE_PICTURE);
901
pPicture =
dixAllocateObjectWithPrivates
(PictureRec, PRIVATE_PICTURE);
/xsrc/external/mit/xorg-server.old/dist/dbe/
dbe.c
257
pDbeWindowPriv =
dixAllocateObjectWithPrivates
(DbeWindowPrivRec, PRIVATE_DBE_WINDOW);
/xsrc/external/mit/xorg-server.old/dist/Xext/
sync.c
927
pSync = (SyncObject*)
dixAllocateObjectWithPrivates
(SyncFence,
/xsrc/external/mit/xorg-server.old/dist/miext/damage/
damage.c
1893
pDamage =
dixAllocateObjectWithPrivates
(DamageRec, PRIVATE_DAMAGE);
/xsrc/external/mit/xorg-server/dist/Xext/
sync.c
931
pSync = (SyncObject *)
dixAllocateObjectWithPrivates
(SyncFence,
Completed in 21 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026