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

Commit 47745eb0 authored by Courtney Goeltzenleuchter's avatar Courtney Goeltzenleuchter Committed by Android (Google) Code Review
Browse files

Merge "Add private constructor to EGL15 class"

parents acfe5da1 733bd3d3
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,9 @@ package android.opengl;
 * EGL 1.5
 * EGL 1.5
 *
 *
 */
 */
public class EGL15 {
public final class EGL15 {

    private EGL15() {};


    public static final int EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT            = 0x00000001;
    public static final int EGL_CONTEXT_OPENGL_CORE_PROFILE_BIT            = 0x00000001;
    public static final int EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT   = 0x00000002;
    public static final int EGL_CONTEXT_OPENGL_COMPATIBILITY_PROFILE_BIT   = 0x00000002;