Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c284 DRIScreenPrivPtr pDRIPriv = DRI_SCREEN_PRIV(pScreen); in dri_crtc_notify() local
287 xf86_unwrap_crtc_notify(pScreen, pDRIPriv->xf86_crtc_notify); in dri_crtc_notify()
289 pDRIPriv->xf86_crtc_notify = in dri_crtc_notify()
358 DRIScreenPrivPtr pDRIPriv; in DRIScreenInit() local
411 pDRIPriv = (DRIScreenPrivPtr) calloc(1, sizeof(DRIScreenPrivRec)); in DRIScreenInit()
412 if (!pDRIPriv) { in DRIScreenInit()
417 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, pDRIPriv); in DRIScreenInit()
418 pDRIPriv->drmFD = pDRIEntPriv->drmFD; in DRIScreenInit()
419 pDRIPriv->directRenderingSupport = TRUE; in DRIScreenInit()
420 pDRIPriv->pDriverInfo = pDRIInfo; in DRIScreenInit()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A Ddri.c103 DRIScreenPrivPtr pDRIPriv; in DRIScreenInit() local
115 pDRIPriv = (DRIScreenPrivPtr)calloc(1, sizeof(DRIScreenPrivRec)); in DRIScreenInit()
116 if (!pDRIPriv) { in DRIScreenInit()
121 dixSetPrivate(&pScreen->devPrivates, DRIScreenPrivKey, pDRIPriv); in DRIScreenInit()
122 pDRIPriv->directRenderingSupport = TRUE; in DRIScreenInit()
123 pDRIPriv->nrWindows = 0; in DRIScreenInit()
127 pDRIPriv->DRIDrawables[i] = NULL; in DRIScreenInit()
136 DRIScreenPrivPtr pDRIPriv = DRI_SCREEN_PRIV(pScreen); in DRIFinishScreenInit() local
139 pDRIPriv->wrap.CopyWindow = pScreen->CopyWindow; in DRIFinishScreenInit()
142 pDRIPriv->wrap.ClipNotify = pScreen->ClipNotify; in DRIFinishScreenInit()
[all …]
/OK3568_Linux_fs/external/xserver/
H A DChangeLog167876 DRIDriverClipNotify) after updating pDRIPriv->nrWindows.