| 114 | } |
| 115 | |
| 116 | void glClearColorxOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) |
| 117 | { |
| 118 | return glbinding::Binding::ClearColorxOES(red, green, blue, alpha); |
| 119 | } |
| 120 | |
| 121 | void glClearDepth(GLdouble depth) |
| 122 | { |
nothing calls this directly
no outgoing calls
no test coverage detected