Home | History | Annotate | Download | only in client

Lines Matching refs:Uniform4f

1172 void Uniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) {
1173 gles2::cmds::Uniform4f* c = GetCmdSpace<gles2::cmds::Uniform4f>();