HomeSort by: relevance | last modified time | path
    Searched refs:dixAllocatePrivates (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/dix/
main.c 189 if (!dixAllocatePrivates(&serverClient->devPrivates, PRIVATE_CLIENT))
extension.c 95 if (!dixAllocatePrivates(&ext->devPrivates, PRIVATE_EXTENSION)) {
privates.c 334 dixAllocatePrivates(PrivatePtr *privates, DevPrivateType type)
colormap.c 280 if (!dixAllocatePrivates(&pmap->devPrivates, PRIVATE_COLORMAP)) {
dispatch.c 3844 if (!dixAllocatePrivates(&pScreen->devPrivates, PRIVATE_SCREEN)) {
  /xsrc/external/mit/xorg-server.old/dist/include/
privates.h 223 dixAllocatePrivates(PrivatePtr *privates, DevPrivateType type);
250 * above for dixAllocatePrivates.
  /xsrc/external/mit/xorg-server.old/dist/test/xi2/
protocol-common.c 119 dixAllocatePrivates(&client.devPrivates, PRIVATE_CLIENT);
  /xsrc/external/mit/xorg-server/dist/dix/
extension.c 93 if (!dixAllocatePrivates(&ext->devPrivates, PRIVATE_EXTENSION)) {
main.c 175 if (!dixAllocatePrivates(&serverClient->devPrivates, PRIVATE_CLIENT))
privates.c 503 dixAllocatePrivates(PrivatePtr *privates, DevPrivateType type)
devices.c 265 if (!dixAllocatePrivates(&dev->devPrivates, PRIVATE_DEVICE)) {
colormap.c 263 if (!dixAllocatePrivates(&pmap->devPrivates, PRIVATE_COLORMAP)) {
dispatch.c 3917 if (!dixAllocatePrivates(&pScreen->devPrivates, PRIVATE_SCREEN)) {
  /xsrc/external/mit/xorg-server/dist/include/
privates.h 285 dixAllocatePrivates(PrivatePtr *privates, DevPrivateType type);
312 * above for dixAllocatePrivates.
  /xsrc/external/mit/xorg-server/dist/test/xi2/
protocol-common.c 212 dixAllocatePrivates(&client.devPrivates, PRIVATE_CLIENT);

Completed in 34 milliseconds