Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Dpicturestr.h347 extern _X_EXPORT DevPrivateKeyRec PictureScreenPrivateKeyRec;
348 #define PictureScreenPrivateKey (&PictureScreenPrivateKeyRec)
H A Dpicture.c48 DevPrivateKeyRec PictureScreenPrivateKeyRec; variable
630 if (!dixRegisterPrivateKey(&PictureScreenPrivateKeyRec, PRIVATE_SCREEN, 0)) in PictureInit()