Searched refs:hwContext (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddristruct.h57 drm_context_t hwContext; member in struct:_DRIContextPrivRec
H A Ddri.c918 pDRIContextPriv->hwContext = hHWContext;
959 if (drmDestroyContext(pDRIPriv->drmFD, pDRIContextPriv->hwContext))
968 drmDelContextTag(pDRIPriv->drmFD, pDRIContextPriv->hwContext);
1012 pDRIContextPriv->hwContext,
1076 pDRIContextPriv->hwContext,
1726 oldContext ? oldContext->hwContext : -1);
1732 newContext ? newContext->hwContext : -1);
1755 (newContext->hwContext != pDRIPriv->myContext)) {
1809 (newContext->hwContext != pDRIPriv->myContext)) {
1825 (newContext->hwContext !
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddristruct.h54 drm_context_t hwContext; member in struct:_DRIContextPrivRec
H A Ddri.c943 pDRIContextPriv->hwContext = hHWContext;
982 if (drmDestroyContext(pDRIPriv->drmFD, pDRIContextPriv->hwContext))
991 drmDelContextTag(pDRIPriv->drmFD, pDRIContextPriv->hwContext);
1036 pDRIContextPriv->hwContext,
1103 pDRIContextPriv->hwContext,
1746 oldContext ? oldContext->hwContext : -1);
1752 newContext ? newContext->hwContext : -1);
1776 (newContext->hwContext != pDRIPriv->myContext)) {
1830 (newContext->hwContext != pDRIPriv->myContext)) {
1846 (newContext->hwContext !
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dri.c107 drm_context_t hwContext, void *pVisualConfigPriv,
109 static void SISDestroyContext(ScreenPtr pScreen, drm_context_t hwContext,
662 drm_context_t hwContext, void *pVisualConfigPriv,
669 SISDestroyContext(ScreenPtr pScreen, drm_context_t hwContext, argument
661 SISCreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_dri.c19 drm_context_t hwContext, void *pVisualConfigPriv,
21 static void TDFXDestroyContext(ScreenPtr pScreen, drm_context_t hwContext,
277 drm_context_t hwContext, void *pVisualConfigPriv,
284 TDFXDestroyContext(ScreenPtr pScreen, drm_context_t hwContext, argument
276 TDFXCreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dri.c100 drm_context_t hwContext, void *pVisualConfigPriv,
102 static void XGIDestroyContext(ScreenPtr pScreen, drm_context_t hwContext,
562 drm_context_t hwContext, void *pVisualConfigPriv,
569 XGIDestroyContext(ScreenPtr pScreen, drm_context_t hwContext, argument
561 XGICreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
/xsrc/external/mit/libdrm/dist/tests/ttmtest/src/
H A Dttmtest.c72 drm_context_t hwContext; member in struct:__anon0c1b63450108
419 &ctx.id, &ctx.hwContext)) {
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_dri.c86 drm_context_t hwContext, void *pVisualConfigPriv,
88 static void VIADestroyContext(ScreenPtr pScreen, drm_context_t hwContext,
706 drm_context_t hwContext, void *pVisualConfigPriv,
713 VIADestroyContext(ScreenPtr pScreen, drm_context_t hwContext, argument
705 VIACreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dri.c27 drm_context_t hwContext, void *pVisualConfigPriv,
29 static void I810DestroyContext(ScreenPtr pScreen, drm_context_t hwContext,
954 drm_context_t hwContext, void *pVisualConfigPriv,
961 I810DestroyContext(ScreenPtr pScreen, drm_context_t hwContext, argument
953 I810CreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dri.c27 drm_context_t hwContext, void *pVisualConfigPriv,
29 static void I810DestroyContext(ScreenPtr pScreen, drm_context_t hwContext,
954 drm_context_t hwContext, void *pVisualConfigPriv,
961 I810DestroyContext(ScreenPtr pScreen, drm_context_t hwContext, argument
953 I810CreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri_glx.c671 drm_context_t hwContext; local in function:dri_create_context
707 &pcp->hwContextID, &hwContext)) {
715 renderType, shared, hwContext, pcp);
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxdri.c624 drm_context_t hwContext; local in function:__glXDRIscreenCreateContext
659 context->hwContextID, &hwContext);
670 hwContext,
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_dri.c74 drm_context_t hwContext, void *pVisualConfigPriv,
80 info->drmCtx = hwContext;
85 static void R128DestroyContext(ScreenPtr pScreen, drm_context_t hwContext, argument
73 R128CreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.c31 drm_context_t hwContext, void *pVisualConfigPriv,
33 static void I810DestroyContext(ScreenPtr pScreen, drm_context_t hwContext,
1072 drm_context_t hwContext, void *pVisualConfigPriv,
1079 I810DestroyContext(ScreenPtr pScreen, drm_context_t hwContext, argument
1071 I810CreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datidri.c64 drm_context_t hwContext, void *pVisualConfigPriv,
72 static void ATIDestroyContext( ScreenPtr pScreen, drm_context_t hwContext, argument
63 ATICreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dri.c64 drm_context_t hwContext, void *pVisualConfigPriv,
71 static void MGADestroyContext( ScreenPtr pScreen, drm_context_t hwContext, argument
63 MGACreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_dri.c84 drm_context_t hwContext, void *pVisualConfigPriv,
100 static void SAVAGEDestroyContext( ScreenPtr pScreen, drm_context_t hwContext, argument
83 SAVAGECreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
/xsrc/external/mit/MesaLib.old/dist/include/GL/internal/
H A Ddri_interface.h936 drm_context_t hwContext,
/xsrc/external/mit/MesaLib/dist/include/GL/internal/
H A Ddri_interface.h928 drm_context_t hwContext,
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri.c301 drm_context_t hwContext, void *pVisualConfigPriv,
308 static void RADEONDestroyContext(ScreenPtr pScreen, drm_context_t hwContext, argument
300 RADEONCreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument

Completed in 39 milliseconds