Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:glUniform2f

124 	void glUniform2f(GLint location, GLfloat x, GLfloat y);
924 void glUniform2f(GLint location, GLfloat x, GLfloat y)
927 ctx->glUniform2f(ctx, location, x, y);