Searched refs:dixAllocatePrivates (Results 1 – 8 of 8) sorted by relevance
178 if (!dixAllocatePrivates(&serverClient->devPrivates, PRIVATE_CLIENT)) in dix_main()
93 if (!dixAllocatePrivates(&ext->devPrivates, PRIVATE_EXTENSION)) { in AddExtension()
503 dixAllocatePrivates(PrivatePtr *privates, DevPrivateType type) in dixAllocatePrivates() function
266 if (!dixAllocatePrivates(&dev->devPrivates, PRIVATE_DEVICE)) { in AddInputDevice()
263 if (!dixAllocatePrivates(&pmap->devPrivates, PRIVATE_COLORMAP)) { in CreateColormap()
3836 if (!dixAllocatePrivates(&pScreen->devPrivates, PRIVATE_SCREEN)) { in init_screen()
284 dixAllocatePrivates(PrivatePtr *privates, DevPrivateType type);
209 dixAllocatePrivates(&client.devPrivates, PRIVATE_CLIENT); in init_client()