| 404 | } |
| 405 | |
| 406 | void glBitmapxOES(GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte * bitmap) |
| 407 | { |
| 408 | return glbinding::Binding::BitmapxOES(width, height, xorig, yorig, xmove, ymove, bitmap); |
| 409 | } |
| 410 | |
| 411 | void glBlendBarrierKHR() |
| 412 | { |
nothing calls this directly
no outgoing calls
no test coverage detected