| 14 | } |
| 15 | |
| 16 | void glFeedbackBufferxOES(GLsizei n, GLenum type, const GLfixed * buffer) |
| 17 | { |
| 18 | return glbinding::Binding::FeedbackBufferxOES(n, type, buffer); |
| 19 | } |
| 20 | |
| 21 | GLsync glFenceSync(GLenum condition, GLbitfield flags) |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected