| 59 | } |
| 60 | |
| 61 | void glClearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) |
| 62 | { |
| 63 | return glbinding::Binding::ClearAccum(red, green, blue, alpha); |
| 64 | } |
| 65 | |
| 66 | void glClearAccumxOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) |
| 67 | { |
nothing calls this directly
no outgoing calls
no test coverage detected