Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Ddri.c72 static DevPrivateKeyRec DRIScreenPrivKeyRec; variable
73 #define DRIScreenPrivKey (&DRIScreenPrivKeyRec)
106 if (!dixRegisterPrivateKey(&DRIScreenPrivKeyRec, PRIVATE_SCREEN, 0)) in DRIScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c75 static DevPrivateKeyRec DRIScreenPrivKeyRec; variable
77 #define DRIScreenPrivKey (&DRIScreenPrivKeyRec)
406 if (!dixRegisterPrivateKey(&DRIScreenPrivKeyRec, PRIVATE_SCREEN, 0)) in DRIScreenInit()