Searched refs:pDRIContextPriv (Results 1 – 2 of 2) sorted by relevance
365 DRIContextPrivPtr pDRIContextPriv; in DRIScreenInit() local550 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() local936 if (!(pDRIContextPriv = calloc(1, contextPrivSize))) { in DRICreateContextPrivFromHandle()939 pDRIContextPriv->pContextStore = (void *) (pDRIContextPriv + 1); in DRICreateContextPrivFromHandle()941 drmAddContextTag(pDRIPriv->drmFD, hHWContext, pDRIContextPriv); in DRICreateContextPrivFromHandle()[all …]
314 extern _X_EXPORT Bool DRIDestroyContextPriv(DRIContextPrivPtr pDRIContextPriv);