| 834 | } |
| 835 | |
| 836 | void glConvolutionFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * image) |
| 837 | { |
| 838 | return glbinding::Binding::ConvolutionFilter2D(target, internalformat, width, height, format, type, image); |
| 839 | } |
| 840 | |
| 841 | void glConvolutionFilter2DEXT(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void * image) |
| 842 | { |
nothing calls this directly
no outgoing calls
no test coverage detected