| 384 | } |
| 385 | |
| 386 | void glColor4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) |
| 387 | { |
| 388 | return glbinding::Binding::Color4f(red, green, blue, alpha); |
| 389 | } |
| 390 | |
| 391 | void glColor4fNormal3fVertex3fSUN(GLfloat r, GLfloat g, GLfloat b, GLfloat a, GLfloat nx, GLfloat ny, GLfloat nz, GLfloat x, GLfloat y, GLfloat z) |
| 392 | { |
nothing calls this directly
no outgoing calls
no test coverage detected