Home | History | Annotate | Download | only in GLES2

Lines Matching full:glprogramuniformmatrix3x4fv

889 void API_ENTRY(glProgramUniformMatrix3x4fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) {
890 CALL_GL_API(glProgramUniformMatrix3x4fv, program, location, count, transpose, value);