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

  /xsrc/external/mit/xorg-server.old/dist/include/
privates.h 53 PRIVATE_PICTURE,
  /xsrc/external/mit/xorg-server/dist/dix/
privates.c 81 [PRIVATE_PICTURE] = TRUE,
110 [PRIVATE_PICTURE] = "PICTURE",
126 [PRIVATE_PICTURE] = TRUE,
  /xsrc/external/mit/xorg-server.old/dist/dix/
privates.c 85 [PRIVATE_PICTURE] = TRUE,
449 [PRIVATE_PICTURE] = "PICTURE",
  /xsrc/external/mit/xorg-server/dist/include/
privates.h 52 PRIVATE_PICTURE,
  /xsrc/external/mit/xorg-server.old/dist/render/
picture.c 759 pPicture = dixAllocateObjectWithPrivates(PictureRec, PRIVATE_PICTURE);
901 pPicture = dixAllocateObjectWithPrivates(PictureRec, PRIVATE_PICTURE);
1563 dixFreeObjectWithPrivates(pPicture, PRIVATE_PICTURE);
  /xsrc/external/mit/xorg-server/dist/render/
picture.c 753 PictureRec, PRIVATE_PICTURE);
846 PRIVATE_PICTURE);
1423 dixFreeObjectWithPrivates(pPicture, PRIVATE_PICTURE);
  /xsrc/external/mit/xorg-server.old/dist/miext/cw/
cw.c 485 if (!dixRegisterPrivateKey(&cwPictureKeyRec, PRIVATE_PICTURE, 0))
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxpict.c 148 if (!dixRegisterPrivateKey(&dmxPictPrivateKeyRec, PRIVATE_PICTURE, sizeof(dmxPictPrivRec)))

Completed in 11 milliseconds