| 479 | } |
| 480 | |
| 481 | void glColor4usv(const GLushort * v) |
| 482 | { |
| 483 | return glbinding::Binding::Color4usv(v); |
| 484 | } |
| 485 | |
| 486 | void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) |
| 487 | { |
nothing calls this directly
no outgoing calls
no test coverage detected