Lines Matching refs:OSMesaContext
111 typedef struct osmesa_context *OSMesaContext; typedef
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 );
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,