| 449 | } |
| 450 | |
| 451 | void glBlendEquationiARB(GLuint buf, GLenum mode) |
| 452 | { |
| 453 | return glbinding::Binding::BlendEquationiARB(buf, mode); |
| 454 | } |
| 455 | |
| 456 | void glBlendEquationIndexedAMD(GLuint buf, GLenum mode) |
| 457 | { |
nothing calls this directly
no outgoing calls
no test coverage detected