Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:glUniform1f

120 	void glUniform1f(GLint location, GLfloat x);
900 void glUniform1f(GLint location, GLfloat x)
903 ctx->glUniform1f(ctx, location, x);