HomeSort by relevance Sort by last modified time
    Searched defs:XMesaContext (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/x11/
xmesa.h 48 4. Call XMesaMakeCurrent() to bind the XMesaBuffer to an XMesaContext and
96 typedef struct xmesa_context *XMesaContext;
152 * Create a new XMesaContext for rendering into an X11 window.
155 * share_list - another XMesaContext with which to share display
157 * Return: an XMesaContext or NULL if error.
159 extern XMesaContext XMesaCreateContext( XMesaVisual v,
160 XMesaContext share_list );
166 extern void XMesaDestroyContext( XMesaContext c );
204 extern GLboolean XMesaMakeCurrent( XMesaContext c,
213 extern GLboolean XMesaMakeCurrent2( XMesaContext c
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 40 4. Call XMesaMakeCurrent() to bind the XMesaBuffer to an XMesaContext and
74 typedef struct xmesa_context *XMesaContext;
137 * Create a new XMesaContext for rendering into an X11 window.
140 * share_list - another XMesaContext with which to share display
142 * Return: an XMesaContext or NULL if error.
144 extern XMesaContext XMesaCreateContext( XMesaVisual v,
145 XMesaContext share_list,
154 extern void XMesaDestroyContext( XMesaContext c );
193 extern GLboolean XMesaMakeCurrent2( XMesaContext c,
201 extern GLboolean XMesaUnbindContext( XMesaContext c )
    [all...]

Completed in 582 milliseconds