Searched refs:_dixInitScreenPrivates (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | privates.h | 270 _dixInitScreenPrivates(ScreenPtr pScreen, PrivatePtr *privates, void *addr, DevPrivateType type); 272 #define dixInitScreenPrivates(s, o, v, type) _dixInitScreenPrivates(s, &(o)->devPrivates, (v), type…
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | privates.c | 665 _dixInitScreenPrivates(ScreenPtr pScreen, PrivatePtr *privates, void *addr, DevPrivateType type) in _dixInitScreenPrivates() function 717 _dixInitScreenPrivates(pScreen, devPrivates, privates, type); in _dixAllocateScreenObjectWithPrivates()
|