Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glUniform4f

131 	void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1180 void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
1183 ctx->glUniform4f(ctx, location, x, y, z, w);