Searched refs:hwContext (Results 1 – 2 of 2) sorted by relevance
943 pDRIContextPriv->hwContext = hHWContext; in DRICreateContextPrivFromHandle()982 if (drmDestroyContext(pDRIPriv->drmFD, pDRIContextPriv->hwContext)) in DRIDestroyContextPriv()991 drmDelContextTag(pDRIPriv->drmFD, pDRIContextPriv->hwContext); in DRIDestroyContextPriv()1036 pDRIContextPriv->hwContext, in DRIDestroyDummyContext()1103 pDRIContextPriv->hwContext, in DRIContextPrivDelete()1746 oldContext ? oldContext->hwContext : -1); in DRISwapContext()1752 newContext ? newContext->hwContext : -1); in DRISwapContext()1776 (newContext->hwContext != pDRIPriv->myContext)) { in DRISwapContext()1830 (newContext->hwContext != pDRIPriv->myContext)) { in DRISwapContext()1846 (newContext->hwContext != pDRIPriv->myContext)) { in DRISwapContext()
54 drm_context_t hwContext; member