| 484 | } |
| 485 | |
| 486 | void glColor4xOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) |
| 487 | { |
| 488 | return glbinding::Binding::Color4xOES(red, green, blue, alpha); |
| 489 | } |
| 490 | |
| 491 | void glColor4xvOES(const GLfixed * components) |
| 492 | { |
nothing calls this directly
no outgoing calls
no test coverage detected