Searched refs:destroy_context (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_cgl.h55 CGLError(*destroy_context) (CGLContextObj pix); member in struct:apple_cgl_api
H A Dapple_cgl.c106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext");
H A Dapple_glx_pixmap.c99 (void) apple_cgl.destroy_context(p->context_obj);
H A Dapple_glx_pbuffer.c247 apple_cgl.destroy_context(newcontext);
H A Dapple_glx_context.c270 if (apple_cgl.destroy_context(ac->context_obj)) {
/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_cgl.h55 CGLError(*destroy_context) (CGLContextObj pix); member in struct:apple_cgl_api
H A Dapple_cgl.c106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext");
H A Dapple_glx_pixmap.c99 (void) apple_cgl.destroy_context(p->context_obj);
H A Dapple_glx_pbuffer.c244 apple_cgl.destroy_context(newcontext);
H A Dapple_glx_context.c269 if (apple_cgl.destroy_context(ac->context_obj)) {
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_video_hwmc.c101 static void destroy_context(XvMCContextPtr ctx) function in typeref:typename:void
237 adaptors[i].DestroyContext = destroy_context;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_hwmc.c90 static void destroy_context(ScrnInfoPtr scrn, XvMCContextPtr context) function in typeref:typename:void
225 pAdapt->DestroyContext = destroy_context;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_video_hwmc.c101 static void destroy_context(XvMCContextPtr ctx) function in typeref:typename:void
237 adaptors[i].DestroyContext = destroy_context;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_hwmc.c90 static void destroy_context(ScrnInfoPtr scrn, XvMCContextPtr context) function in typeref:typename:void
225 pAdapt->DestroyContext = destroy_context;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di965_hwmc.c88 static void destroy_context(ScrnInfoPtr pScrn, XvMCContextPtr context) function in typeref:typename:void
257 .DestroyContext = destroy_context,
270 .DestroyContext = destroy_context,
/xsrc/external/mit/mesa-demos/dist/src/egl/opengl/
H A Deglkms.c233 goto destroy_context;
279 destroy_context:
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dintel_xvmc_private.h164 Status(*destroy_context) (Display * display, XvMCContext * context); member in struct:_intel_xvmc_driver
H A Di965_xvmc.c241 static Status destroy_context(Display * display, XvMCContext * context) function in typeref:typename:Status
878 .destroy_context = destroy_context,
H A Dxvmc_vld.c620 static Status destroy_context(Display * display, XvMCContext * context) function in typeref:typename:Status
1218 .destroy_context = destroy_context,
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dintel_xvmc_private.h164 Status(*destroy_context) (Display * display, XvMCContext * context); member in struct:_intel_xvmc_driver
H A Di965_xvmc.c241 static Status destroy_context(Display * display, XvMCContext * context) function in typeref:typename:Status
878 .destroy_context = destroy_context,
H A Dxvmc_vld.c620 static Status destroy_context(Display * display, XvMCContext * context) function in typeref:typename:Status
1218 .destroy_context = destroy_context,
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Dintel_xvmc.h172 Status (*destroy_context)(Display* display, XvMCContext *context); member in struct:_intel_xvmc_driver
H A Di965_xvmc.c207 static Status destroy_context(Display *display, XvMCContext *context) function in typeref:typename:Status
836 .destroy_context = destroy_context,
H A Dxvmc_vld.c527 static Status destroy_context(Display *display, XvMCContext *context) function in typeref:typename:Status
1135 .destroy_context = destroy_context,

Completed in 19 milliseconds

12