| 549 | } |
| 550 | |
| 551 | void glColorP4uiv(GLenum type, const GLuint * color) |
| 552 | { |
| 553 | return glbinding::Binding::ColorP4uiv(type, color); |
| 554 | } |
| 555 | |
| 556 | void glColorPointer(GLint size, GLenum type, GLsizei stride, const void * pointer) |
| 557 | { |
nothing calls this directly
no outgoing calls
no test coverage detected