Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri2/
H A Ddri2.c57 static DevPrivateKeyRec dri2ScreenPrivateKeyRec; variable
59 #define dri2ScreenPrivateKey (&dri2ScreenPrivateKeyRec)
1519 if (!dixRegisterPrivateKey(&dri2ScreenPrivateKeyRec, PRIVATE_SCREEN, 0)) in DRI2ScreenInit()