| 984 | } |
| 985 | |
| 986 | void glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) |
| 987 | { |
| 988 | return glbinding::Binding::CopyPixels(x, y, width, height, type); |
| 989 | } |
| 990 | |
| 991 | void glCopyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) |
| 992 | { |
nothing calls this directly
no outgoing calls
no test coverage detected