Home | History | Annotate | Download | only in x11

Lines Matching defs:xmctx

1174  * Note: it's possible (and legal) for xmctx to be NULL.  That can happen
1178 xmesa_check_and_update_buffer_size(XMesaContext xmctx, XMesaBuffer drawBuffer)
1184 struct gl_context *ctx = xmctx ? &xmctx->mesa : NULL;
1612 XMesaContext xmctx = XMESA_CONTEXT(ctx);
1613 if (!xmctx)
1615 xmesa_check_and_update_buffer_size(xmctx, b);