summaryrefslogtreecommitdiff
path: root/opengl/java
diff options
context:
space:
mode:
author Narayan Kamath <narayan@google.com> 2014-02-27 13:18:06 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-02-27 13:18:07 +0000
commite4dae5f2c26f5992a31f8ce15811fc082647ddb8 (patch)
tree15e524b4c187326ab304273f07e99952094497ec /opengl/java
parent2000fe58332dffaad34c618fe35840992cb0f571 (diff)
parent64d38d9f4863f6e9434e6820b924eb958e8a2230 (diff)
Merge "AArch64: Make eglGetDisplay(int) work for EGL_DEFAULT_DISPLAY"
Diffstat (limited to 'opengl/java')
-rw-r--r--opengl/java/android/opengl/EGL14.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/opengl/java/android/opengl/EGL14.java b/opengl/java/android/opengl/EGL14.java
index b6dd9c25667e..cf09c5865b98 100644
--- a/opengl/java/android/opengl/EGL14.java
+++ b/opengl/java/android/opengl/EGL14.java
@@ -155,12 +155,11 @@ public static final int EGL_CORE_NATIVE_ENGINE = 0x305B;
);
// C function EGLDisplay eglGetDisplay ( EGLNativeDisplayType display_id )
- // TODO Deprecate the eglGetDisplay(int) API method
public static native EGLDisplay eglGetDisplay(
int display_id
);
- // TODO Unhide the eglGetDisplay(long) API method
+
/**
* {@hide}
*/