| 94 | } |
| 95 | |
| 96 | void glApplyTextureEXT(GLenum mode) |
| 97 | { |
| 98 | return glbinding::Binding::ApplyTextureEXT(mode); |
| 99 | } |
| 100 | |
| 101 | GLboolean glAreProgramsResidentNV(GLsizei n, const GLuint * programs, GLboolean * residences) |
| 102 | { |
nothing calls this directly
no outgoing calls
no test coverage detected