Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/glx/
H A Dvndext.c46 static DevPrivateKeyRec glvXGLVScreenPrivKey; variable
61 return dixLookupPrivate(&pScreen->devPrivates, &glvXGLVScreenPrivKey); in xglvGetScreenPrivate()
67 dixSetPrivate(&pScreen->devPrivates, &glvXGLVScreenPrivKey, priv); in xglvSetScreenPrivate()
218 if (!dixRegisterPrivateKey(&glvXGLVScreenPrivKey, PRIVATE_SCREEN, 0)) in GlxExtensionInit()