Lines Matching refs:XMesaContext
48 4. Call XMesaMakeCurrent() to bind the XMesaBuffer to an XMesaContext and
100 typedef struct xmesa_context *XMesaContext;
156 * Create a new XMesaContext for rendering into an X11 window.
159 * share_list - another XMesaContext with which to share display
161 * Return: an XMesaContext or NULL if error.
163 extern XMesaContext XMesaCreateContext( XMesaVisual v,
164 XMesaContext share_list );
170 extern void XMesaDestroyContext( XMesaContext c );
208 extern GLboolean XMesaMakeCurrent( XMesaContext c,
217 extern GLboolean XMesaMakeCurrent2( XMesaContext c,
225 extern GLboolean XMesaUnbindContext( XMesaContext c );
231 extern XMesaContext XMesaGetCurrentContext( void );
303 extern void XMesaFlush( XMesaContext c );
311 extern const char *XMesaGetString( XMesaContext c, int name );
327 * Input: c - XMesaContext
334 extern unsigned long XMesaDitherColor( XMesaContext xmesa,