| 494 | } |
| 495 | |
| 496 | void glBlendFunciARB(GLuint buf, GLenum src, GLenum dst) |
| 497 | { |
| 498 | return glbinding::Binding::BlendFunciARB(buf, src, dst); |
| 499 | } |
| 500 | |
| 501 | void glBlendFuncIndexedAMD(GLuint buf, GLenum src, GLenum dst) |
| 502 | { |
nothing calls this directly
no outgoing calls
no test coverage detected