summaryrefslogtreecommitdiffstats
path: root/opengl/tools
diff options
context:
space:
mode:
authorJesse Hall <jessehall@google.com>2014-05-19 16:23:14 -0700
committerJesse Hall <jessehall@google.com>2014-05-20 13:31:05 -0700
commit0232d3d11c0c2e9c2ee4f637778d19c8f042cb89 (patch)
treef0dc22babf17a816f9b1e89331d742a7c7175a03 /opengl/tools
parent16f03928743b01638419874e2b6300b52da6eb4c (diff)
downloadframeworks_native-0232d3d11c0c2e9c2ee4f637778d19c8f042cb89.zip
frameworks_native-0232d3d11c0c2e9c2ee4f637778d19c8f042cb89.tar.gz
frameworks_native-0232d3d11c0c2e9c2ee4f637778d19c8f042cb89.tar.bz2
opengl: Un-hide GLES31 and GLES31Ext classes
Bug: 15028495 Change-Id: Iaac1e8d2ad5ea840d728a78804e2566be18a4340
Diffstat (limited to 'opengl/tools')
-rw-r--r--opengl/tools/glgen/stubs/gles11/GLES31ExtHeader.java-if1
-rw-r--r--opengl/tools/glgen/stubs/gles11/GLES31Header.java-if1
2 files changed, 0 insertions, 2 deletions
diff --git a/opengl/tools/glgen/stubs/gles11/GLES31ExtHeader.java-if b/opengl/tools/glgen/stubs/gles11/GLES31ExtHeader.java-if
index 546306c..8fc2f1c 100644
--- a/opengl/tools/glgen/stubs/gles11/GLES31ExtHeader.java-if
+++ b/opengl/tools/glgen/stubs/gles11/GLES31ExtHeader.java-if
@@ -18,7 +18,6 @@
package android.opengl;
-/** @hide */
public class GLES31Ext {
// GL_KHR_blend_equation_advanced
diff --git a/opengl/tools/glgen/stubs/gles11/GLES31Header.java-if b/opengl/tools/glgen/stubs/gles11/GLES31Header.java-if
index a1fc02c..5b45df4 100644
--- a/opengl/tools/glgen/stubs/gles11/GLES31Header.java-if
+++ b/opengl/tools/glgen/stubs/gles11/GLES31Header.java-if
@@ -19,7 +19,6 @@
package android.opengl;
/** OpenGL ES 3.1
- * @hide
*/
public class GLES31 extends GLES30 {