Home | History | Annotate | Download | only in x11

Lines Matching refs:XMesaContext

652    XMesaContext xmesa = XMESA_CONTEXT(ctx);
880 * Create a new XMesaContext.
882 * \param share_list another XMesaContext with which to share display
884 * \return an XMesaContext or NULL if error.
887 XMesaContext XMesaCreateContext( XMesaVisual v, XMesaContext share_list )
890 XMesaContext c;
900 /* Note: the XMesaContext contains a Mesa struct gl_context struct (inheritance) */
901 c = (XMesaContext) CALLOC_STRUCT(xmesa_context);
972 void XMesaDestroyContext( XMesaContext c )
1180 xmesa_check_and_update_buffer_size(XMesaContext xmctx, XMesaBuffer drawBuffer)
1195 GLboolean XMesaMakeCurrent( XMesaContext c, XMesaBuffer b )
1205 GLboolean XMesaMakeCurrent2( XMesaContext c, XMesaBuffer drawBuffer,
1261 GLboolean XMesaUnbindContext( XMesaContext c )
1268 XMesaContext XMesaGetCurrentContext( void )
1272 XMesaContext xmesa = XMESA_CONTEXT(ctx);
1494 void XMesaFlush( XMesaContext c )
1503 const char *XMesaGetString( XMesaContext c, int name )
1566 unsigned long XMesaDitherColor( XMesaContext xmesa, GLint x, GLint y,
1613 XMesaContext xmctx = XMESA_CONTEXT(ctx);