am 2787ba25: Merge "Register EGLExt JNI methods" into jb-mr2-dev
* commit '2787ba25fdc4141e74e649922cf982d3f6c0168d': Register EGLExt JNI methods
This commit is contained in:
@@ -25,6 +25,7 @@ LOCAL_SRC_FILES:= \
|
||||
com_google_android_gles_jni_GLImpl.cpp.arm \
|
||||
android_app_NativeActivity.cpp \
|
||||
android_opengl_EGL14.cpp \
|
||||
android_opengl_EGLExt.cpp \
|
||||
android_opengl_GLES10.cpp \
|
||||
android_opengl_GLES10Ext.cpp \
|
||||
android_opengl_GLES11.cpp \
|
||||
|
||||
@@ -67,6 +67,7 @@ extern int register_android_graphics_YuvImage(JNIEnv* env);
|
||||
extern int register_com_google_android_gles_jni_EGLImpl(JNIEnv* env);
|
||||
extern int register_com_google_android_gles_jni_GLImpl(JNIEnv* env);
|
||||
extern int register_android_opengl_jni_EGL14(JNIEnv* env);
|
||||
extern int register_android_opengl_jni_EGLExt(JNIEnv* env);
|
||||
extern int register_android_opengl_jni_GLES10(JNIEnv* env);
|
||||
extern int register_android_opengl_jni_GLES10Ext(JNIEnv* env);
|
||||
extern int register_android_opengl_jni_GLES11(JNIEnv* env);
|
||||
@@ -1121,6 +1122,7 @@ static const RegJNIRec gRegJNI[] = {
|
||||
REG_JNI(register_com_google_android_gles_jni_EGLImpl),
|
||||
REG_JNI(register_com_google_android_gles_jni_GLImpl),
|
||||
REG_JNI(register_android_opengl_jni_EGL14),
|
||||
REG_JNI(register_android_opengl_jni_EGLExt),
|
||||
REG_JNI(register_android_opengl_jni_GLES10),
|
||||
REG_JNI(register_android_opengl_jni_GLES10Ext),
|
||||
REG_JNI(register_android_opengl_jni_GLES11),
|
||||
|
||||
Reference in New Issue
Block a user