Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Ddri.c76 static DevPrivateKeyRec DRIPixmapPrivKeyRec; variable
77 #define DRIPixmapPrivKey (&DRIPixmapPrivKeyRec)
110 if (!dixRegisterPrivateKey(&DRIPixmapPrivKeyRec, PRIVATE_PIXMAP, 0)) in DRIScreenInit()