Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.h122 drm_context_t hHWContext,
125 drm_context_t hHWContext, DRIContextType context);
310 hHWContext,
H A Ddri.c928 drm_context_t hHWContext, DRIContextFlags flags) in DRICreateContextPrivFromHandle() argument
941 drmAddContextTag(pDRIPriv->drmFD, hHWContext, pDRIContextPriv); in DRICreateContextPrivFromHandle()
943 pDRIContextPriv->hwContext = hHWContext; in DRICreateContextPrivFromHandle()
949 if (drmSetContextFlags(pDRIPriv->drmFD, hHWContext, DRM_CONTEXT_2DONLY)) { in DRICreateContextPrivFromHandle()
958 hHWContext, DRM_CONTEXT_PRESERVED)) { in DRICreateContextPrivFromHandle()
H A Dxf86dri.c283 stuff->context, (drm_context_t *) &rep.hHWContext)) { in ProcXF86DRICreateContext()