Searched refs:LeoGCPrivateIndex (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-sunleo/dist/src/
H A Dleo.h90 extern DevPrivateKeyRec LeoGCPrivateIndex;
92 extern int LeoGCPrivateIndex;
97 #define LeoGetGCPrivate(g) (g)->devPrivates[LeoGCPrivateIndex].ptr
99 #define LeoGetGCPrivate(g) dixLookupPrivate(&(g)->devPrivates, &LeoGCPrivateIndex)
H A Dleo_accel.c42 DevPrivateKeyRec LeoGCPrivateIndex; variable in typeref:typename:DevPrivateKeyRec
44 int LeoGCPrivateIndex; variable in typeref:typename:int
103 LeoGCPrivateIndex = AllocateGCPrivateIndex();
106 if (!AllocateGCPrivate(pScreen, LeoGCPrivateIndex, sizeof(LeoPrivGCRec)))
109 if (!dixRegisterPrivateKey(&LeoGCPrivateIndex, PRIVATE_GC, sizeof(LeoPrivGCRec)))
112 if (!dixRegisterPrivateKey(&LeoGCPrivateIndex, PRIVATE_GC,

Completed in 3 milliseconds