summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapi/current.txt3
-rw-r--r--opengl/java/android/opengl/EGL15.java4
2 files changed, 4 insertions, 3 deletions
diff --git a/api/current.txt b/api/current.txt
index 1c3ee82dbba0..b6427919f45f 100755
--- a/api/current.txt
+++ b/api/current.txt
@@ -29742,8 +29742,7 @@ package android.opengl {
field public static final int EGL_WINDOW_BIT = 4; // 0x4
}
- public class EGL15 {
- ctor public EGL15();
+ public final class EGL15 {
method public static int eglClientWaitSync(android.opengl.EGLDisplay, android.opengl.EGLSync, int, long);
method public static android.opengl.EGLImage eglCreateImage(android.opengl.EGLDisplay, android.opengl.EGLContext, int, long, long[], int);
method public static android.opengl.EGLSurface eglCreatePlatformPixmapSurface(android.opengl.EGLDisplay, android.opengl.EGLConfig, java.nio.Buffer, long[], int);
diff --git a/opengl/java/android/opengl/EGL15.java b/opengl/java/android/opengl/EGL15.java
index f855fe2591e1..bd845e7ec1a0 100644
--- a/opengl/java/android/opengl/EGL15.java
+++ b/opengl/java/android/opengl/EGL15.java
@@ -20,7 +20,9 @@ package android.opengl;
* 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_COMPATIBILITY_PROFILE_BIT = 0x00000002;