Skip to content

Commit 6b1e838

Browse files
author
Thomas Tafertshofer
committed
EGL 1.4 bindings generated by glgen
Change-Id: I1c3da57101f4ea089a12f1796f25b72d6852141e
1 parent 7c67fcb commit 6b1e838

File tree

9 files changed

+1893
-0
lines changed

9 files changed

+1893
-0
lines changed

core/jni/Android.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ LOCAL_SRC_FILES:= \
3232
com_google_android_gles_jni_EGLImpl.cpp \
3333
com_google_android_gles_jni_GLImpl.cpp.arm \
3434
android_app_NativeActivity.cpp \
35+
android_opengl_EGL14.cpp \
3536
android_opengl_GLES10.cpp \
3637
android_opengl_GLES10Ext.cpp \
3738
android_opengl_GLES11.cpp \

core/jni/AndroidRuntime.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ extern int register_android_graphics_YuvImage(JNIEnv* env);
6868

6969
extern int register_com_google_android_gles_jni_EGLImpl(JNIEnv* env);
7070
extern int register_com_google_android_gles_jni_GLImpl(JNIEnv* env);
71+
extern int register_android_opengl_jni_EGL14(JNIEnv* env);
7172
extern int register_android_opengl_jni_GLES10(JNIEnv* env);
7273
extern int register_android_opengl_jni_GLES10Ext(JNIEnv* env);
7374
extern int register_android_opengl_jni_GLES11(JNIEnv* env);
@@ -1105,6 +1106,7 @@ static const RegJNIRec gRegJNI[] = {
11051106
REG_JNI(register_android_view_TextureView),
11061107
REG_JNI(register_com_google_android_gles_jni_EGLImpl),
11071108
REG_JNI(register_com_google_android_gles_jni_GLImpl),
1109+
REG_JNI(register_android_opengl_jni_EGL14),
11081110
REG_JNI(register_android_opengl_jni_GLES10),
11091111
REG_JNI(register_android_opengl_jni_GLES10Ext),
11101112
REG_JNI(register_android_opengl_jni_GLES11),

0 commit comments

Comments
 (0)