Home | History | Annotate | Download | only in GLES2

Lines Matching full:glprogramuniformmatrix2x4fv

883 void API_ENTRY(glProgramUniformMatrix2x4fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) {
884 CALL_GL_API(glProgramUniformMatrix2x4fv, program, location, count, transpose, value);