Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:Uniform4f

306 void Uniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w);
1179 return es2::Uniform4f(location, x, y, z, w);
1486 this->glUniform4f = es2::Uniform4f;