Home | History | Annotate | Download | only in GLES2

Lines Matching full:glprogramuniform3i

802 void API_ENTRY(glProgramUniform3i)(GLuint program, GLint location, GLint v0, GLint v1, GLint v2) {
803 CALL_GL_API(glProgramUniform3i, program, location, v0, v1, v2);