Loading opengl/tools/glgen/stubs/egl/eglGetDisplay.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ static jobject android_eglGetDisplayInt (JNIEnv *_env, jobject _this, jint display_id) { if (sizeof(void*) != sizeof(uint32_t)) { if ((EGLNativeDisplayType)display_id != EGL_DEFAULT_DISPLAY) { jniThrowException(_env, "java/lang/UnsupportedOperationException", "eglGetDisplay"); return 0; } Loading opengl/tools/glgen/stubs/egl/eglGetDisplay.java +1 −2 Original line number Diff line number Diff line // 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} */ Loading Loading
opengl/tools/glgen/stubs/egl/eglGetDisplay.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ static jobject android_eglGetDisplayInt (JNIEnv *_env, jobject _this, jint display_id) { if (sizeof(void*) != sizeof(uint32_t)) { if ((EGLNativeDisplayType)display_id != EGL_DEFAULT_DISPLAY) { jniThrowException(_env, "java/lang/UnsupportedOperationException", "eglGetDisplay"); return 0; } Loading
opengl/tools/glgen/stubs/egl/eglGetDisplay.java +1 −2 Original line number Diff line number Diff line // 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} */ Loading