| 524 | } |
| 525 | |
| 526 | void glColorMaskIndexedEXT(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) |
| 527 | { |
| 528 | return glbinding::Binding::ColorMaskIndexedEXT(index, r, g, b, a); |
| 529 | } |
| 530 | |
| 531 | void glColorMaterial(GLenum face, GLenum mode) |
| 532 | { |
nothing calls this directly
no outgoing calls
no test coverage detected