Searched refs:DestroyContext (Results 1 - 25 of 82) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h33 void DestroyContext(context_id contextID);
H A DGalliumContext.cpp69 DestroyContext(i);
236 GalliumContext::DestroyContext(context_id contextID) function in class:GalliumContext
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h33 void DestroyContext(context_id contextID);
H A DGalliumContext.cpp72 DestroyContext(i);
255 GalliumContext::DestroyContext(context_id contextID) function in class:GalliumContext
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dpbutil.h57 DestroyContext(Display *dpy, GLXContext ctx);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xvmc.h138 xf86XvMCDestroyContextProcPtr DestroyContext; member in struct:__anon8a8ad0160308
H A Dxf86xvmc.c88 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroyContext)(
210 pAdapt[i].DestroyContext = xf86XvMCDestroyContext;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xvmc.h118 xf86XvMCDestroyContextProcPtr DestroyContext; member in struct:__anon8e949fe90308
H A Dxf86xvmc.c81 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroyContext) (pScrn,
199 pAdapt[i].DestroyContext = xf86XvMCDestroyContext;
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglfallbacks.c61 drv->API.DestroyContext = (void*) _eglReturnFalse;
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvmcext.h97 XvMCDestroyContextProcPtr DestroyContext; member in struct:__anonf1f5a4760608
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvmcext.h80 XvMCDestroyContextProcPtr DestroyContext; member in struct:__anonb941ef090608
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Ddri_util.h132 void (*DestroyContext)(__DRIcontext *driContextPriv); member in struct:__DriverAPIRec
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/common/
H A Ddri_util.h132 void (*DestroyContext)(__DRIcontext *driContextPriv); member in struct:__DriverAPIRec
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexobjshare.c158 DestroyContext(int i) function in typeref:typename:void
213 DestroyContext(i);
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_hwmc.c257 .DestroyContext = destroy_context,
270 .DestroyContext = destroy_context,
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_video_hwmc.c237 adaptors[i].DestroyContext = destroy_context;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_hwmc.c225 pAdapt->DestroyContext = destroy_context;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_video_hwmc.c237 adaptors[i].DestroyContext = destroy_context;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_hwmc.c225 pAdapt->DestroyContext = destroy_context;
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp328 driver->API.DestroyContext = haiku_destroy_context;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dglxapi.h67 void (*DestroyContext)(Display *dpy, GLXContext ctx); member in struct:_glxapi_table
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_screen.c337 .DestroyContext = nouveau_context_destroy,
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp317 .DestroyContext = haiku_destroy_context,
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degldriver.h93 EGLBoolean (*DestroyContext)(_EGLDisplay *disp, _EGLContext *ctx); member in struct:_egl_driver

Completed in 22 milliseconds

1234