Home | History | Annotate | Download | only in client

Lines Matching defs:Uniform4f

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