| 64 | } |
| 65 | |
| 66 | void glClearAccumxOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) |
| 67 | { |
| 68 | return glbinding::Binding::ClearAccumxOES(red, green, blue, alpha); |
| 69 | } |
| 70 | |
| 71 | void glClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void * data) |
| 72 | { |
nothing calls this directly
no outgoing calls
no test coverage detected