Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glUniform3i

129 	void glUniform3i(GLint location, GLint x, GLint y, GLint z);
1168 void glUniform3i(GLint location, GLint x, GLint y, GLint z)
1171 ctx->glUniform3i(ctx, location, x, y, z);