| 419 | } |
| 420 | |
| 421 | void glColor4iv(const GLint * v) |
| 422 | { |
| 423 | return glbinding::Binding::Color4iv(v); |
| 424 | } |
| 425 | |
| 426 | void glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha) |
| 427 | { |
nothing calls this directly
no outgoing calls
no test coverage detected