| 109 | } |
| 110 | |
| 111 | void glClearColorIuiEXT(GLuint red, GLuint green, GLuint blue, GLuint alpha) |
| 112 | { |
| 113 | return glbinding::Binding::ClearColorIuiEXT(red, green, blue, alpha); |
| 114 | } |
| 115 | |
| 116 | void glClearColorxOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) |
| 117 | { |
nothing calls this directly
no outgoing calls
no test coverage detected