Home | History | Annotate | Download | only in gles11
      1     // C function void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint* length )
      2 
      3     public static native void glShaderSource(
      4         int shader,
      5         String string
      6     );
      7