1 // C function const GLubyte * glGetString ( GLenum name ) 2 glGetString( int name )3 public static native String glGetString( 4 int name 5 ); 6