| 119 | } |
| 120 | |
| 121 | void glArrayElementEXT(GLint i) |
| 122 | { |
| 123 | return glbinding::Binding::ArrayElementEXT(i); |
| 124 | } |
| 125 | |
| 126 | void glArrayObjectATI(GLenum array, GLint size, GLenum type, GLsizei stride, GLuint buffer, GLuint offset) |
| 127 | { |
nothing calls this directly
no outgoing calls
no test coverage detected