| 164 | } |
| 165 | |
| 166 | void glEndPerfQueryINTEL(GLuint queryHandle) |
| 167 | { |
| 168 | return glbinding::Binding::EndPerfQueryINTEL(queryHandle); |
| 169 | } |
| 170 | |
| 171 | void glEndQuery(GLenum target) |
| 172 | { |
nothing calls this directly
no outgoing calls
no test coverage detected