Home | History | Annotate | Download | only in GL

Lines Matching refs:GLubyte

29 typedef unsigned char GLubyte;
690 WINGDIAPI void APIENTRY glBitmap(GLsizei width,GLsizei height,GLfloat xorig,GLfloat yorig,GLfloat xmove,GLfloat ymove,const GLubyte *bitmap);
711 WINGDIAPI void APIENTRY glColor3ub(GLubyte red,GLubyte green,GLubyte blue);
712 WINGDIAPI void APIENTRY glColor3ubv(const GLubyte *v);
727 WINGDIAPI void APIENTRY glColor4ub(GLubyte red,GLubyte green,GLubyte blue,GLubyte alpha);
728 WINGDIAPI void APIENTRY glColor4ubv(const GLubyte *v);
800 WINGDIAPI void APIENTRY glGetPolygonStipple(GLubyte *mask);
801 WINGDIAPI const GLubyte *APIENTRY glGetString(GLenum name);
823 WINGDIAPI void APIENTRY glIndexub(GLubyte c);
824 WINGDIAPI void APIENTRY glIndexubv(const GLubyte *c);
886 WINGDIAPI void APIENTRY glPolygonStipple(const GLubyte *mask);