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

Commit 836320ff authored by Kalle Raita's avatar Kalle Raita Committed by Android (Google) Code Review
Browse files

Merge "Add EGL_RECORDABLE_ANDROID enum in EGLExt"

parents ed76b34c ebce2a76
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26067,6 +26067,7 @@ package android.opengl {
    field public static final int EGL_CONTEXT_MAJOR_VERSION_KHR = 12440; // 0x3098
    field public static final int EGL_CONTEXT_MINOR_VERSION_KHR = 12539; // 0x30fb
    field public static final int EGL_OPENGL_ES3_BIT_KHR = 64; // 0x40
    field public static final int EGL_RECORDABLE_ANDROID = 12610; // 0x3142
  }
  public abstract class EGLObjectHandle {
+1 −0
Original line number Diff line number Diff line
@@ -28637,6 +28637,7 @@ package android.opengl {
    field public static final int EGL_CONTEXT_MAJOR_VERSION_KHR = 12440; // 0x3098
    field public static final int EGL_CONTEXT_MINOR_VERSION_KHR = 12539; // 0x30fb
    field public static final int EGL_OPENGL_ES3_BIT_KHR = 64; // 0x40
    field public static final int EGL_RECORDABLE_ANDROID = 12610; // 0x3142
  }
  public abstract class EGLObjectHandle {
+1 −0
Original line number Diff line number Diff line
@@ -26154,6 +26154,7 @@ package android.opengl {
    field public static final int EGL_CONTEXT_MAJOR_VERSION_KHR = 12440; // 0x3098
    field public static final int EGL_CONTEXT_MINOR_VERSION_KHR = 12539; // 0x30fb
    field public static final int EGL_OPENGL_ES3_BIT_KHR = 64; // 0x40
    field public static final int EGL_RECORDABLE_ANDROID = 12610; // 0x3142
  }
  public abstract class EGLObjectHandle {
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ public class EGLExt {
    public static final int EGL_CONTEXT_MINOR_VERSION_KHR   = 0x30FB;
    public static final int EGL_CONTEXT_FLAGS_KHR           = 0x30FC;
    public static final int EGL_OPENGL_ES3_BIT_KHR          = 0x0040;
    public static final int EGL_RECORDABLE_ANDROID          = 0x3142;

    native private static void _nativeClassInit();
    static {