Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_api.h40 4. Call XMesaMakeCurrent() to bind the XMesaBuffer to an XMesaContext and
75 typedef struct xmesa_context *XMesaContext; typedef
138 * Create a new XMesaContext for rendering into an X11 window.
141 * share_list - another XMesaContext with which to share display
143 * Return: an XMesaContext or NULL if error.
145 extern XMesaContext XMesaCreateContext( XMesaVisual v,
146 XMesaContext share_list,
155 extern void XMesaDestroyContext( XMesaContext c );
194 extern GLboolean XMesaMakeCurrent2( XMesaContext c,
202 extern GLboolean XMesaUnbindContext( XMesaContext
[all...]
H A Dxm_api.c932 * Create a new XMesaContext.
934 * \param share_list another XMesaContext with which to share display
936 * \return an XMesaContext or NULL if error.
939 XMesaContext XMesaCreateContext( XMesaVisual v, XMesaContext share_list, in XMesaCreateContext()
946 XMesaContext c; in XMesaCreateContext()
951 /* Note: the XMesaContext contains a Mesa struct gl_context struct (inheritance) */ in XMesaCreateContext()
952 c = (XMesaContext) CALLOC_STRUCT(xmesa_context); in XMesaCreateContext()
1037 void XMesaDestroyContext( XMesaContext c ) in XMesaDestroyContext()
1273 GLboolean XMesaMakeCurrent2( XMesaContext
[all...]
H A Dglx_api.c102 XMesaContext xmesaContext;
1115 XMesaContext shareCtx, Bool direct, in create_context()
1187 XMesaContext xmctx = glxCtx->xmesaContext; in glXMakeContextCurrent()
1366 XMesaContext xm_src = src->xmesaContext; in glXCopyContext()
1367 XMesaContext xm_dst = dst->xmesaContext; in glXCopyContext()
1689 XMesaContext xmesa = XMesaGetCurrentContext(); in glXWaitGL()
1698 XMesaContext xmesa = XMesaGetCurrentContext(); in glXWaitX()
2165 XMesaContext xmctx = glxCtx->xmesaContext; in glXQueryContext()

Completed in 6 milliseconds