Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c365 DRIContextPrivPtr pDRIContextPriv; in DRIScreenInit() local
550 if (!(pDRIContextPriv = DRICreateContextPriv(pScreen, in DRIScreenInit()
556 pDRIPriv->myContextPriv = pDRIContextPriv; in DRIScreenInit()
583 DRIDestroyContextPriv(pDRIContextPriv); in DRIScreenInit()
594 DRIDestroyContextPriv(pDRIContextPriv); in DRIScreenInit()
618 DRIDestroyContextPriv(pDRIContextPriv); in DRIScreenInit()
931 DRIContextPrivPtr pDRIContextPriv; in DRICreateContextPrivFromHandle() local
936 if (!(pDRIContextPriv = calloc(1, contextPrivSize))) { in DRICreateContextPrivFromHandle()
939 pDRIContextPriv->pContextStore = (void *) (pDRIContextPriv + 1); in DRICreateContextPrivFromHandle()
941 drmAddContextTag(pDRIPriv->drmFD, hHWContext, pDRIContextPriv); in DRICreateContextPrivFromHandle()
[all …]
H A Ddri.h314 extern _X_EXPORT Bool DRIDestroyContextPriv(DRIContextPrivPtr pDRIContextPriv);