Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glProgramUniform2f

361 	void glProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1);
2580 void glProgramUniform2f(GLuint program, GLint location, GLfloat v0, GLfloat v1)
2583 ctx->glProgramUniform2f(ctx, program, location, v0, v1);