diff --git a/api/current.txt b/api/current.txt index 91024ebd85aa3..cc5b7524f184b 100644 --- a/api/current.txt +++ b/api/current.txt @@ -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 { diff --git a/api/system-current.txt b/api/system-current.txt index c23d2f9c31a2d..17aefafa64b7b 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -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 { diff --git a/api/test-current.txt b/api/test-current.txt index 9c24bc6463d54..724c6728c4eaa 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -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 { diff --git a/opengl/java/android/opengl/EGLExt.java b/opengl/java/android/opengl/EGLExt.java index b74b5fbeed8a5..74b64ead77bb7 100644 --- a/opengl/java/android/opengl/EGLExt.java +++ b/opengl/java/android/opengl/EGLExt.java @@ -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 {