| 399 | } |
| 400 | |
| 401 | void glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap) |
| 402 | { |
| 403 | return glbinding::Binding::Bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); |
| 404 | } |
| 405 | |
| 406 | void glBitmapxOES(GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte * bitmap) |
| 407 | { |
nothing calls this directly
no outgoing calls
no test coverage detected