Home
last modified time | relevance | path

Searched refs:dixAllocateObjectWithPrivates (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h318 #define dixAllocateObjectWithPrivates(t, type) (t *) _dixAllocateObjectWithPrivates(sizeof(t), size… macro
/OK3568_Linux_fs/external/xserver/dix/
H A Dselection.c197 pSel = dixAllocateObjectWithPrivates(Selection, PRIVATE_SELECTION); in ProcSetSelectionOwner()
H A Dproperty.c274 pProp = dixAllocateObjectWithPrivates(PropertyRec, PRIVATE_PROPERTY); in dixChangeWindowProperty()
H A Ddispatch.c3541 dixAllocateObjectWithPrivates(ClientRec, PRIVATE_CLIENT); in NextAvailableClient()
/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c455 glyphSet = dixAllocateObjectWithPrivates(GlyphSetRec, PRIVATE_GLYPHSET); in AllocateGlyphSet()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dsync.c896 pSync = (SyncObject *) dixAllocateObjectWithPrivates(SyncFence, in SyncCreate()