Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
Dxmesa.h158 extern void XMesaDestroyContext( XMesaContext c );
Dxm_api.c973 void XMesaDestroyContext( XMesaContext c ) in XMesaDestroyContext() function
Dfakeglx.c1472 XMesaDestroyContext((XMesaContext) ctx); in Fake_glXDestroyContext()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.h154 extern void XMesaDestroyContext( XMesaContext c );
Dxm_api.c1045 void XMesaDestroyContext( XMesaContext c ) in XMesaDestroyContext() function
Dglx_api.c1403 XMesaDestroyContext( glxCtx->xmesaContext ); in glXDestroyContext()