Searched refs:DRIScreenPrivKeyRec (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Ddri.c77 static DevPrivateKeyRec DRIScreenPrivKeyRec; variable in typeref:typename:DevPrivateKeyRec
78 #define DRIScreenPrivKey (&DRIScreenPrivKeyRec)
110 if (!dixRegisterPrivateKey(&DRIScreenPrivKeyRec, PRIVATE_SCREEN, 0))
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A Ddri.c72 static DevPrivateKeyRec DRIScreenPrivKeyRec; variable in typeref:typename:DevPrivateKeyRec
73 #define DRIScreenPrivKey (&DRIScreenPrivKeyRec)
106 if (!dixRegisterPrivateKey(&DRIScreenPrivKeyRec, PRIVATE_SCREEN, 0))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddri.c75 static DevPrivateKeyRec DRIScreenPrivKeyRec; variable in typeref:typename:DevPrivateKeyRec
77 #define DRIScreenPrivKey (&DRIScreenPrivKeyRec)
406 if (!dixRegisterPrivateKey(&DRIScreenPrivKeyRec, PRIVATE_SCREEN, 0))
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddri.c75 static DevPrivateKeyRec DRIScreenPrivKeyRec; variable in typeref:typename:DevPrivateKeyRec
76 #define DRIScreenPrivKey (&DRIScreenPrivKeyRec)
358 if (!dixRegisterPrivateKey(&DRIScreenPrivKeyRec, PRIVATE_SCREEN, 0))

Completed in 10 milliseconds