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

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dxmesa.h48 4. Call XMesaMakeCurrent() to bind the XMesaBuffer to an XMesaContext and
110 typedef struct xmesa_context *XMesaContext; typedef in typeref:struct:xmesa_context
166 * Create a new XMesaContext for rendering into an X11 window.
169 * share_list - another XMesaContext with which to share display
171 * Return: an XMesaContext or NULL if error.
173 extern XMesaContext XMesaCreateContext( XMesaVisual v,
174 XMesaContext share_list );
180 extern void XMesaDestroyContext( XMesaContext c );
188 extern GLboolean XMesaForceCurrent( XMesaContext c );
190 extern GLboolean XMesaLoseCurrent( XMesaContext
[all...]

Completed in 43 milliseconds