// C function const GLubyte * glGetStringi ( GLenum name, GLuint index )
public static native String glGetStringi(
int name,
int index
);