| 14 | } |
| 15 | |
| 16 | void glAccumxOES(GLenum op, GLfixed value) |
| 17 | { |
| 18 | return glbinding::Binding::AccumxOES(op, value); |
| 19 | } |
| 20 | |
| 21 | GLboolean glAcquireKeyedMutexWin32EXT(GLuint memory, GLuint64 key, GLuint timeout) |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected