Home
last modified time | relevance | path

Searched refs:dixAllocatePrivates (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dmain.c178 if (!dixAllocatePrivates(&serverClient->devPrivates, PRIVATE_CLIENT)) in dix_main()
H A Dextension.c93 if (!dixAllocatePrivates(&ext->devPrivates, PRIVATE_EXTENSION)) { in AddExtension()
H A Dprivates.c503 dixAllocatePrivates(PrivatePtr *privates, DevPrivateType type) in dixAllocatePrivates() function
H A Ddevices.c266 if (!dixAllocatePrivates(&dev->devPrivates, PRIVATE_DEVICE)) { in AddInputDevice()
H A Dcolormap.c263 if (!dixAllocatePrivates(&pmap->devPrivates, PRIVATE_COLORMAP)) { in CreateColormap()
H A Ddispatch.c3836 if (!dixAllocatePrivates(&pScreen->devPrivates, PRIVATE_SCREEN)) { in init_screen()
/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h284 dixAllocatePrivates(PrivatePtr *privates, DevPrivateType type);
/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-common.c209 dixAllocatePrivates(&client.devPrivates, PRIVATE_CLIENT); in init_client()