Searched refs:dixAllocateObjectWithPrivates (Results 1 – 6 of 6) sorted by relevance
318 #define dixAllocateObjectWithPrivates(t, type) (t *) _dixAllocateObjectWithPrivates(sizeof(t), size… macro
197 pSel = dixAllocateObjectWithPrivates(Selection, PRIVATE_SELECTION); in ProcSetSelectionOwner()
274 pProp = dixAllocateObjectWithPrivates(PropertyRec, PRIVATE_PROPERTY); in dixChangeWindowProperty()
3541 dixAllocateObjectWithPrivates(ClientRec, PRIVATE_CLIENT); in NextAvailableClient()
455 glyphSet = dixAllocateObjectWithPrivates(GlyphSetRec, PRIVATE_GLYPHSET); in AllocateGlyphSet()
896 pSync = (SyncObject *) dixAllocateObjectWithPrivates(SyncFence, in SyncCreate()