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

/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dwmesa.h71 typedef struct wmesa_context *WMesaContext; typedef in typeref:struct:wmesa_context
76 * Create a new WMesaContext for rendering into a window. You must
94 extern WMesaContext WMesaCreateContext(HDC hDC,HPALETTE* pPal,
103 extern void WMesaDestroyContext( WMesaContext ctx );
110 extern void WMesaMakeCurrent( WMesaContext ctx, HDC hdc );
116 extern WMesaContext WMesaGetCurrentContext( void );
133 void WMesaShareLists(WMesaContext ctx_to_share, WMesaContext ctx);

Completed in 38 milliseconds