#include "mtypes.h"
Functions | |
| GLboolean | _ae_create_context (GLcontext *ctx) |
| void | _ae_destroy_context (GLcontext *ctx) |
| void | _ae_invalidate_state (GLcontext *ctx, GLuint new_state) |
| void GLAPIENTRY | _ae_loopback_array_elt (GLint elt) |
| Called via glArrayElement() and glDrawArrays(). | |
| void | _ae_map_vbos (GLcontext *ctx) |
| void | _ae_unmap_vbos (GLcontext *ctx) |
| GLboolean _ae_create_context | ( | GLcontext * | ctx | ) |
| void _ae_destroy_context | ( | GLcontext * | ctx | ) |
| void _ae_invalidate_state | ( | GLcontext * | ctx, | |
| GLuint | new_state | |||
| ) |
| void GLAPIENTRY _ae_loopback_array_elt | ( | GLint | elt | ) |
Called via glArrayElement() and glDrawArrays().
Issue the glNormal, glVertex, glColor, glVertexAttrib, etc functions for all enabled vertex arrays (for elt-th element). Note: this may be called during display list construction.
| void _ae_map_vbos | ( | GLcontext * | ctx | ) |
| void _ae_unmap_vbos | ( | GLcontext * | ctx | ) |
1.5.4