| 209 | } |
| 210 | |
| 211 | void glFogxvOES(GLenum pname, const GLfixed * param) |
| 212 | { |
| 213 | return glbinding::Binding::FogxvOES(pname, param); |
| 214 | } |
| 215 | |
| 216 | void glFragmentColorMaterialSGIX(GLenum face, GLenum mode) |
| 217 | { |
nothing calls this directly
no outgoing calls
no test coverage detected