Home | History | Annotate | Download | only in GL

Lines Matching refs:OSMesaContext

36  *   OSMesaMakeCurrent - bind an OSMesaContext to a client's image buffer
38 * OSMesaDestroyContext - destroy an OSMesaContext
101 typedef struct osmesa_context *OSMesaContext;
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 ctx );
148 * Bind an OSMesaContext to an image buffer. The image buffer is just a
175 OSMesaMakeCurrent( OSMesaContext ctx, void *buffer, GLenum type,
184 GLAPI OSMesaContext GLAPIENTRY
234 OSMesaGetDepthBuffer( OSMesaContext c, GLint *width, GLint *height,
250 OSMesaGetColorBuffer( OSMesaContext c, GLint *width, GLint *height,