Searched defs:OSMesaContext (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dosmesa.h36 * OSMesaMakeCurrent - bind an OSMesaContext to a client's image buffer
38 * OSMesaDestroyContext - destroy an OSMesaContext
101 typedef struct osmesa_context *OSMesaContext; typedef in typeref:struct:osmesa_context
115 * sharelist - specifies another OSMesaContext with which to share
117 * Return: an OSMesaContext or 0 if error
119 GLAPI OSMesaContext GLAPIENTRY
120 OSMesaCreateContext( GLenum format, OSMesaContext sharelist );
132 GLAPI OSMesaContext GLAPIENTRY
134 GLint accumBits, OSMesaContext sharelist);
143 OSMesaDestroyContext( OSMesaContext ct
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dosmesa.h36 * OSMesaMakeCurrent - bind an OSMesaContext to a client's image buffer
38 * OSMesaDestroyContext - destroy an OSMesaContext
101 typedef struct osmesa_context *OSMesaContext; typedef in typeref:struct:osmesa_context
115 * sharelist - specifies another OSMesaContext with which to share
117 * Return: an OSMesaContext or 0 if error
119 GLAPI OSMesaContext GLAPIENTRY
120 OSMesaCreateContext( GLenum format, OSMesaContext sharelist );
132 GLAPI OSMesaContext GLAPIENTRY
134 GLint accumBits, OSMesaContext sharelist);
143 OSMesaDestroyContext( OSMesaContext ct
[all...]

Completed in 302 milliseconds