Searched refs:contextStore (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddri.c1001 void *contextStore; local in function:DRICreateDummyContext
1008 contextStore = DRIGetContextStore(pDRIContextPriv);
1014 contextStore)) {
1029 void *contextStore; local in function:DRIDestroyDummyContext
1034 contextStore = DRIGetContextStore(pDRIContextPriv);
1038 contextStore);
1051 void *contextStore; local in function:DRICreateContext
1065 contextStore = DRIGetContextStore(pDRIContextPriv);
1070 contextStore))) {
1097 void *contextStore; local in function:DRIContextPrivDelete
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dri.c108 DRIContextType contextStore);
110 DRIContextType contextStore);
663 DRIContextType contextStore)
670 DRIContextType contextStore)
661 SISCreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
669 SISDestroyContext(ScreenPtr pScreen,drm_context_t hwContext,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_dri.c20 DRIContextType contextStore);
22 DRIContextType contextStore);
278 DRIContextType contextStore)
285 DRIContextType contextStore)
276 TDFXCreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
284 TDFXDestroyContext(ScreenPtr pScreen,drm_context_t hwContext,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dri.c101 DRIContextType contextStore);
103 DRIContextType contextStore);
563 DRIContextType contextStore)
570 DRIContextType contextStore)
561 XGICreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
569 XGIDestroyContext(ScreenPtr pScreen,drm_context_t hwContext,DRIContextType contextStore) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddri.c978 void *contextStore; local in function:DRICreateDummyContext
986 contextStore = DRIGetContextStore(pDRIContextPriv);
991 (DRIContextType)(long)contextStore)) {
1006 void *contextStore; local in function:DRIDestroyDummyContext
1010 contextStore = DRIGetContextStore(pDRIContextPriv);
1013 (DRIContextType)(long)contextStore);
1026 void *contextStore; local in function:DRICreateContext
1040 contextStore = DRIGetContextStore(pDRIContextPriv);
1044 (DRIContextType)(long)contextStore))) {
1070 void *contextStore; local in function:DRIContextPrivDelete
[all...]
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_dri.c87 DRIContextType contextStore);
89 DRIContextType contextStore);
707 DRIContextType contextStore)
714 DRIContextType contextStore)
705 VIACreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
713 VIADestroyContext(ScreenPtr pScreen,drm_context_t hwContext,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dri.c28 DRIContextType contextStore);
30 DRIContextType contextStore);
955 DRIContextType contextStore)
962 DRIContextType contextStore)
953 I810CreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
961 I810DestroyContext(ScreenPtr pScreen,drm_context_t hwContext,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dri.c28 DRIContextType contextStore);
30 DRIContextType contextStore);
955 DRIContextType contextStore)
962 DRIContextType contextStore)
953 I810CreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
961 I810DestroyContext(ScreenPtr pScreen,drm_context_t hwContext,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.c32 DRIContextType contextStore);
34 DRIContextType contextStore);
1073 DRIContextType contextStore)
1080 DRIContextType contextStore)
1071 I810CreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
1079 I810DestroyContext(ScreenPtr pScreen,drm_context_t hwContext,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_dri.c75 DRIContextType contextStore)
86 DRIContextType contextStore)
73 R128CreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
85 R128DestroyContext(ScreenPtr pScreen,drm_context_t hwContext,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datidri.c65 DRIContextType contextStore )
73 DRIContextType contextStore )
63 ATICreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
72 ATIDestroyContext(ScreenPtr pScreen,drm_context_t hwContext,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dri.c65 DRIContextType contextStore )
72 DRIContextType contextStore )
63 MGACreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
71 MGADestroyContext(ScreenPtr pScreen,drm_context_t hwContext,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_dri.c85 DRIContextType contextStore )
101 DRIContextType contextStore )
83 SAVAGECreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
100 SAVAGEDestroyContext(ScreenPtr pScreen,drm_context_t hwContext,DRIContextType contextStore) argument
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri.c302 DRIContextType contextStore)
309 DRIContextType contextStore)
300 RADEONCreateContext(ScreenPtr pScreen,VisualPtr visual,drm_context_t hwContext,void * pVisualConfigPriv,DRIContextType contextStore) argument
308 RADEONDestroyContext(ScreenPtr pScreen,drm_context_t hwContext,DRIContextType contextStore) argument

Completed in 36 milliseconds