| 524 | } |
| 525 | |
| 526 | void glDrawElementArrayATI(GLenum mode, GLsizei count) |
| 527 | { |
| 528 | return glbinding::Binding::DrawElementArrayATI(mode, count); |
| 529 | } |
| 530 | |
| 531 | void glDrawElements(GLenum mode, GLsizei count, GLenum type, const void * indices) |
| 532 | { |
nothing calls this directly
no outgoing calls
no test coverage detected