Home
last modified time | relevance | path

Searched refs:_dixAllocateObjectWithPrivates (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h313 extern _X_EXPORT void *_dixAllocateObjectWithPrivates(unsigned size,
318 #define dixAllocateObjectWithPrivates(t, type) (t *) _dixAllocateObjectWithPrivates(sizeof(t), size…
/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c471 _dixAllocateObjectWithPrivates(unsigned baseSize, unsigned clear, in _dixAllocateObjectWithPrivates() function
H A Dcolormap.c269 pmap = _dixAllocateObjectWithPrivates(sizebytes, sizebytes, in CreateColormap()