| 409 | } |
| 410 | |
| 411 | void glColor4hvNV(const GLhalfNV * v) |
| 412 | { |
| 413 | return glbinding::Binding::Color4hvNV(v); |
| 414 | } |
| 415 | |
| 416 | void glColor4i(GLint red, GLint green, GLint blue, GLint alpha) |
| 417 | { |
nothing calls this directly
no outgoing calls
no test coverage detected