Lines Matching refs:OSMesaContext
36 * OSMesaMakeCurrent - bind an OSMesaContext to a client's image buffer
38 * OSMesaDestroyContext - destroy an OSMesaContext
111 typedef struct osmesa_context *OSMesaContext;
120 * sharelist - specifies another OSMesaContext with which to share
122 * Return: an OSMesaContext or 0 if error
124 GLAPI OSMesaContext GLAPIENTRY
125 OSMesaCreateContext( GLenum format, OSMesaContext sharelist );
137 GLAPI OSMesaContext GLAPIENTRY
139 GLint accumBits, OSMesaContext sharelist);
166 GLAPI OSMesaContext GLAPIENTRY
167 OSMesaCreateContextAttribs( const int *attribList, OSMesaContext sharelist );
177 OSMesaDestroyContext( OSMesaContext ctx );
182 * Bind an OSMesaContext to an image buffer. The image buffer is just a
209 OSMesaMakeCurrent( OSMesaContext ctx, void *buffer, GLenum type,
218 GLAPI OSMesaContext GLAPIENTRY
268 OSMesaGetDepthBuffer( OSMesaContext c, GLint *width, GLint *height,
284 OSMesaGetColorBuffer( OSMesaContext c, GLint *width, GLint *height,
323 OSMesaPostprocess(OSMesaContext osmesa, const char *filter,