int getAttribLocation(Program program, String name) { return context.getAttribLocation(program.program, name); }