Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glUniform1f

119 	void glUniform1f(GLint location, GLfloat x);
1108 void glUniform1f(GLint location, GLfloat x)
1111 ctx->glUniform1f(ctx, location, x);