Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:uniform2i

171 void Uniform2i(GLint location, GLint x, GLint y);
1025 return es2::Uniform2i(location, x, y);
1363 this->glUniform2i = es2::Uniform2i;