summaryrefslogtreecommitdiffstats
path: root/opengl/java
diff options
context:
space:
mode:
authorAshok Bhat <ashok.bhat@arm.com>2014-02-26 10:00:48 +0000
committerAshok Bhat <ashok.bhat@arm.com>2014-02-26 19:07:54 +0000
commit64d38d9f4863f6e9434e6820b924eb958e8a2230 (patch)
tree243037836541cee05e0aebc83944503af726e217 /opengl/java
parent2ba70fd49bfcbb516e75c198c106764609335feb (diff)
downloadframeworks_base-64d38d9f4863f6e9434e6820b924eb958e8a2230.zip
frameworks_base-64d38d9f4863f6e9434e6820b924eb958e8a2230.tar.gz
frameworks_base-64d38d9f4863f6e9434e6820b924eb958e8a2230.tar.bz2
AArch64: Make eglGetDisplay(int) work for EGL_DEFAULT_DISPLAY
Note that files changed in this patch have been automatically generated by running frameworks/native/opengl/tools/glgen/gen script This will allow eglGetDisplay(int) to work on both 32-bit and 64-bit systems when EGL_DEFAULT_DISPLAY is passed as a parameter. Change-Id: Idf27d6e00d623d331bb2d4d7f85fa450e0db26c9 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
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 b6dd9c2..cf09c58 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}
*/