Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glUniform3i

130 	void glUniform3i(GLint location, GLint x, GLint y, GLint z);
960 void glUniform3i(GLint location, GLint x, GLint y, GLint z)
963 ctx->glUniform3i(ctx, location, x, y, z);