Home | History | Annotate | Download | only in GLESv1_enc

Lines Matching defs:glColor4ub

58 	void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
607 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
610 ctx->glColor4ub(ctx, red, green, blue, alpha);