| 189 | } |
| 190 | |
| 191 | void glClearStencil(GLint s) |
| 192 | { |
| 193 | return glbinding::Binding::ClearStencil(s); |
| 194 | } |
| 195 | |
| 196 | void glClearTexImage(GLuint texture, GLint level, GLenum format, GLenum type, const void * data) |
| 197 | { |
nothing calls this directly
no outgoing calls
no test coverage detected