| 559 | } |
| 560 | |
| 561 | void glColorPointerEXT(GLint size, GLenum type, GLsizei stride, GLsizei count, const void * pointer) |
| 562 | { |
| 563 | return glbinding::Binding::ColorPointerEXT(size, type, stride, count, pointer); |
| 564 | } |
| 565 | |
| 566 | void glColorPointerListIBM(GLint size, GLenum type, GLint stride, const void ** pointer, GLint ptrstride) |
| 567 | { |
nothing calls this directly
no outgoing calls
no test coverage detected