| 299 | } |
| 300 | |
| 301 | void glExecuteProgramNV(GLenum target, GLuint id, const GLfloat * params) |
| 302 | { |
| 303 | return glbinding::Binding::ExecuteProgramNV(target, id, params); |
| 304 | } |
| 305 | |
| 306 | void glExtractComponentEXT(GLuint res, GLuint src, GLuint num) |
| 307 | { |
nothing calls this directly
no outgoing calls
no test coverage detected