| 49 | } |
| 50 | |
| 51 | void glElementPointerAPPLE(GLenum type, const void * pointer) |
| 52 | { |
| 53 | return glbinding::Binding::ElementPointerAPPLE(type, pointer); |
| 54 | } |
| 55 | |
| 56 | void glElementPointerATI(GLenum type, const void * pointer) |
| 57 | { |
nothing calls this directly
no outgoing calls
no test coverage detected