| 824 | } |
| 825 | |
| 826 | void glConvolutionFilter1D(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * image) |
| 827 | { |
| 828 | return glbinding::Binding::ConvolutionFilter1D(target, internalformat, width, format, type, image); |
| 829 | } |
| 830 | |
| 831 | void glConvolutionFilter1DEXT(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * image) |
| 832 | { |
nothing calls this directly
no outgoing calls
no test coverage detected