Unhide android.opengl.GLES30 class and contents

Bug: 8566953
Change-Id: I5273fb3bff642da5ff1eecb5899e8051402b19ca
This commit is contained in:
Jesse Hall
2013-04-10 22:52:36 -07:00
parent d830e74ff4
commit 58d80c53c0
3 changed files with 472 additions and 2 deletions

View File

@ -299,6 +299,7 @@ public class GLES20 {
// GL_STENCIL_INDEX does not appear in gl2.h or gl2ext.h, and there is no
// token with value 0x1901.
//
@Deprecated
public static final int GL_STENCIL_INDEX = 0x1901;
public static final int GL_STENCIL_INDEX8 = 0x8D48;
public static final int GL_RENDERBUFFER_WIDTH = 0x8D42;

View File

@ -20,7 +20,6 @@
package android.opengl;
/** OpenGL ES 3.0
* @hide
*/
public class GLES30 extends GLES20 {
public static final int GL_READ_BUFFER = 0x0C02;