Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DXNGC.h24 extern DevPrivateKeyRec xnestGCPrivateKeyRec;
26 #define xnestGCPrivateKey (&xnestGCPrivateKeyRec)
H A DGC.c38 DevPrivateKeyRec xnestGCPrivateKeyRec; variable
H A DScreen.c149 (&xnestGCPrivateKeyRec, PRIVATE_GC, sizeof(xnestPrivGC))) in xnestOpenScreen()