Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c943 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()
H A Ddristruct.h54 drm_context_t hwContext; member