Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7bdd50c authored by Jesse Hall's avatar Jesse Hall Committed by Android (Google) Code Review
Browse files

Merge "Unhide android.opengl.GLES30 class and contents" into jb-mr2-dev

parents d12a7645 58d80c53
Loading
Loading
Loading
Loading
+471 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -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;