| 489 | } |
| 490 | |
| 491 | void glColor4xvOES(const GLfixed * components) |
| 492 | { |
| 493 | return glbinding::Binding::Color4xvOES(components); |
| 494 | } |
| 495 | |
| 496 | void glColorFormatNV(GLint size, GLenum type, GLsizei stride) |
| 497 | { |
nothing calls this directly
no outgoing calls
no test coverage detected