Home
last modified time | relevance | path

Searched refs:XMesaDestroyContext (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/x11/
Dxmesa.h158 extern void XMesaDestroyContext( XMesaContext c );
Dxm_api.c965 void XMesaDestroyContext( XMesaContext c ) in XMesaDestroyContext() function
Dfakeglx.c1466 XMesaDestroyContext((XMesaContext) ctx); in Fake_glXDestroyContext()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.h154 extern void XMesaDestroyContext( XMesaContext c );
Dxm_api.c1036 void XMesaDestroyContext( XMesaContext c ) in XMesaDestroyContext() function
Dglx_api.c1397 XMesaDestroyContext( glxCtx->xmesaContext ); in glXDestroyContext()