| 249 | } |
| 250 | |
| 251 | void glClipPlanexOES(GLenum plane, const GLfixed * equation) |
| 252 | { |
| 253 | return glbinding::Binding::ClipPlanexOES(plane, equation); |
| 254 | } |
| 255 | |
| 256 | void glColor3b(GLbyte red, GLbyte green, GLbyte blue) |
| 257 | { |
nothing calls this directly
no outgoing calls
no test coverage detected