Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Ddri.c78 static DevPrivateKeyRec DRIPixmapBufferPrivKeyRec; variable
79 #define DRIPixmapBufferPrivKey (&DRIPixmapBufferPrivKeyRec)
112 if (!dixRegisterPrivateKey(&DRIPixmapBufferPrivKeyRec, PRIVATE_PIXMAP, 0)) in DRIScreenInit()