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

Commit db57f06d authored by Kalle Raita's avatar Kalle Raita
Browse files

Add EGL_RECORDABLE_ANDROID enum in EGLExt

Test: CtsMediaTestCases on N5X
Bug: 29402583
Change-Id: I47f7af535396cc1ad006b54ce150b9d7f376fced
parent de8eebfe
Loading
Loading
Loading
Loading
+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 {