| 429 | } |
| 430 | |
| 431 | void glBlendColorxOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) |
| 432 | { |
| 433 | return glbinding::Binding::BlendColorxOES(red, green, blue, alpha); |
| 434 | } |
| 435 | |
| 436 | void glBlendEquation(GLenum mode) |
| 437 | { |
nothing calls this directly
no outgoing calls
no test coverage detected