OSDN Git Service

opengl: Un-hide GLES31 and GLES31Ext classes
authorJesse Hall <jessehall@google.com>
Mon, 19 May 2014 23:23:14 +0000 (16:23 -0700)
committerJesse Hall <jessehall@google.com>
Tue, 20 May 2014 20:31:05 +0000 (13:31 -0700)
Bug: 15028495
Change-Id: Iaac1e8d2ad5ea840d728a78804e2566be18a4340

opengl/tools/glgen/stubs/gles11/GLES31ExtHeader.java-if
opengl/tools/glgen/stubs/gles11/GLES31Header.java-if

index 546306c..8fc2f1c 100644 (file)
@@ -18,7 +18,6 @@
 
 package android.opengl;
 
-/** @hide */
 public class GLES31Ext {
 
     // GL_KHR_blend_equation_advanced
index a1fc02c..5b45df4 100644 (file)
@@ -19,7 +19,6 @@
 package android.opengl;
 
 /** OpenGL ES 3.1
- * @hide
  */
 public class GLES31 extends GLES30 {