Lines Matching refs:devPrivates
63 ((CMapScreenPtr)dixLookupPrivate(&(pScreen)->devPrivates, CMapScreenKey))->field)
178 dixSetPrivate(&pScreen->devPrivates, &CMapScreenKeyRec, pScreenPriv); in xf86HandleColormaps()
265 (CMapScreenPtr) dixLookupPrivate(&pmap->pScreen->devPrivates, in CMapAllocateColormapPrivate()
285 dixSetPrivate(&pmap->devPrivates, CMapColormapKey, pColPriv); in CMapAllocateColormapPrivate()
308 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapCreateColormap()
326 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapDestroyColormap()
328 (CMapColormapPtr) dixLookupPrivate(&cmap->devPrivates, CMapColormapKey); in CMapDestroyColormap()
363 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapStoreColors()
379 (CMapColormapPtr) dixLookupPrivate(&pmap->devPrivates, in CMapStoreColors()
441 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapInstallColormap()
472 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapEnterVT()
491 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapSwitchMode()
507 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapSetDGAMode()
528 (CMapScreenPtr) dixLookupPrivate(&pmap->pScreen->devPrivates, in CMapReinstallMap()
531 (CMapColormapPtr) dixLookupPrivate(&pmap->devPrivates, CMapColormapKey); in CMapReinstallMap()
559 (CMapScreenPtr) dixLookupPrivate(&pmap->pScreen->devPrivates, in CMapRefreshColors()
562 (CMapColormapPtr) dixLookupPrivate(&pmap->devPrivates, CMapColormapKey); in CMapRefreshColors()
691 (CMapScreenPtr) dixLookupPrivate(&pmap->pScreen->devPrivates, in CMapSetOverscan()
694 (CMapColormapPtr) dixLookupPrivate(&pmap->devPrivates, CMapColormapKey); in CMapSetOverscan()
835 (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, CMapScreenKey); in CMapUnwrapScreen()
920 pScreenPriv = (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in CMapChangeGamma()
939 pColPriv = (CMapColormapPtr) dixLookupPrivate(&pLink->cmap->devPrivates, in CMapChangeGamma()
1015 pScreenPriv = (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86ChangeGammaRamp()
1028 pColPriv = (CMapColormapPtr) dixLookupPrivate(&pLink->cmap->devPrivates, in xf86ChangeGammaRamp()
1076 pScreenPriv = (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86GetGammaRampSize()
1097 pScreenPriv = (CMapScreenPtr) dixLookupPrivate(&pScreen->devPrivates, in xf86GetGammaRamp()