| 519 | } |
| 520 | |
| 521 | void glDrawElementArrayAPPLE(GLenum mode, GLint first, GLsizei count) |
| 522 | { |
| 523 | return glbinding::Binding::DrawElementArrayAPPLE(mode, first, count); |
| 524 | } |
| 525 | |
| 526 | void glDrawElementArrayATI(GLenum mode, GLsizei count) |
| 527 | { |
nothing calls this directly
no outgoing calls
no test coverage detected