Home | History | Annotate | Download | only in client

Lines Matching refs:Uniform3f

1140 void Uniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z) {
1141 gles2::cmds::Uniform3f* c = GetCmdSpace<gles2::cmds::Uniform3f>();