opengl: Un-hide GLES31 and GLES31Ext classes

Bug: 15028495
Change-Id: Iaac1e8d2ad5ea840d728a78804e2566be18a4340
This commit is contained in:
Jesse Hall 2014-05-19 16:23:14 -07:00
parent 16f0392874
commit 0232d3d11c
2 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@
package android.opengl;
/** @hide */
public class GLES31Ext {
// GL_KHR_blend_equation_advanced

View File

@ -19,7 +19,6 @@
package android.opengl;
/** OpenGL ES 3.1
* @hide
*/
public class GLES31 extends GLES30 {