| 424 | } |
| 425 | |
| 426 | void glBlendColorEXT(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) |
| 427 | { |
| 428 | return glbinding::Binding::BlendColorEXT(red, green, blue, alpha); |
| 429 | } |
| 430 | |
| 431 | void glBlendColorxOES(GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha) |
| 432 | { |
nothing calls this directly
no outgoing calls
no test coverage detected