| 569 | } |
| 570 | |
| 571 | void glColorPointervINTEL(GLint size, GLenum type, const void ** pointer) |
| 572 | { |
| 573 | return glbinding::Binding::ColorPointervINTEL(size, type, pointer); |
| 574 | } |
| 575 | |
| 576 | void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void * data) |
| 577 | { |
nothing calls this directly
no outgoing calls
no test coverage detected