| 79 | } |
| 80 | |
| 81 | void glAlphaFuncxOES(GLenum func, GLfixed ref) |
| 82 | { |
| 83 | return glbinding::Binding::AlphaFuncxOES(func, ref); |
| 84 | } |
| 85 | |
| 86 | void glAlphaToCoverageDitherControlNV(GLenum mode) |
| 87 | { |
nothing calls this directly
no outgoing calls
no test coverage detected