| 34 | } |
| 35 | |
| 36 | void glEdgeFlagv(const GLboolean * flag) |
| 37 | { |
| 38 | return glbinding::Binding::EdgeFlagv(flag); |
| 39 | } |
| 40 | |
| 41 | void glEGLImageTargetTexStorageEXT(GLenum target, GLeglImageOES image, const GLint* attrib_list) |
| 42 | { |
nothing calls this directly
no outgoing calls
no test coverage detected