Home | History | Annotate | Download | only in libGLESv2

Lines Matching full:uniformmatrix2fv

181 void UniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat* value);
1075 return es2::UniformMatrix2fv(location, count, transpose, value);
1373 this->glUniformMatrix2fv = es2::UniformMatrix2fv;