Home | History | Annotate | Download | only in x11

Lines Matching defs:xmesa

28  * All the XMesa* API functions.
578 _mesa_warning(NULL, "XMesa: RGB mode rendering not supported in given visual.\n");
649 XMesaContext xmesa = XMESA_CONTEXT(ctx);
903 /* initialize with default driver functions, then plug in XMesa funcs */
937 /* finish up xmesa context initializations */
1271 XMesaContext xmesa = XMESA_CONTEXT(ctx);
1272 return xmesa;
1433 * Return a pointer to the XMesa backbuffer Pixmap or XImage. This function
1462 * Input: b - the XMesa buffer handle
1565 unsigned long XMesaDitherColor( XMesaContext xmesa, GLint x, GLint y,
1574 switch (xmesa->pixelformat) {