Searched defs:_env (Results 51 - 69 of 69) sorted by relevance

123

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetTransformFeedbackVarying.cpp4 (JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) {
28 _lengthRemaining = _env->GetArrayLength(length_ref) - lengthOffset;
30 _env->GetIntArrayElements(length_ref, (jboolean *)0);
46 _sizeRemaining = _env->GetArrayLength(size_ref) - sizeOffset;
48 _env->GetIntArrayElements(size_ref, (jboolean *)0);
63 _typeRemaining = _env->GetArrayLength(type_ref) - typeOffset;
65 _env->GetIntArrayElements(type_ref, (jboolean *)0);
80 _nameRemaining = _env->GetArrayLength(name_ref) - nameOffset;
82 _env->GetByteArrayElements(name_ref, (jboolean *)0);
97 _env
3 android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) argument
119 android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) argument
126 android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jobject name_buf) argument
191 android_glGetTransformFeedbackVarying1(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) argument
286 android_glGetTransformFeedbackVarying2(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) argument
[all...]
H A Dcommon.cpp55 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
57 jclass nioAccessClassLocal = _env->FindClass("java/nio/NIOAccess");
58 nioAccessClass = (jclass) _env->NewGlobalRef(nioAccessClassLocal);
60 jclass bufferClassLocal = _env->FindClass("java/nio/Buffer");
61 bufferClass = (jclass) _env->NewGlobalRef(bufferClassLocal);
63 getBasePointerID = _env->GetStaticMethodID(nioAccessClass,
65 getBaseArrayID = _env->GetStaticMethodID(nioAccessClass,
67 getBaseArrayOffsetID = _env->GetStaticMethodID(nioAccessClass,
70 positionID = _env->GetFieldID(bufferClass, "position", "I");
71 limitID = _env
77 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
105 Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) argument
111 Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) argument
117 Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) argument
123 Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) argument
129 Get(JNIEnv* _env, jintArray array, jboolean* is_copy) argument
135 Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) argument
141 Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) argument
147 Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) argument
154 getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) argument
160 Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) argument
166 Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) argument
172 Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) argument
178 Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) argument
184 Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) argument
190 Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) argument
196 Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) argument
202 Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) argument
209 releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) argument
214 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
221 getDirectBufferPointer(JNIEnv *_env, jobject buffer) argument
332 get(JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) argument
388 getarray(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
[all...]
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp89 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
91 jclass nioAccessClassLocal = _env->FindClass("java/nio/NIOAccess");
92 nioAccessClass = (jclass) _env->NewGlobalRef(nioAccessClassLocal);
94 jclass bufferClassLocal = _env->FindClass("java/nio/Buffer");
95 bufferClass = (jclass) _env->NewGlobalRef(bufferClassLocal);
97 jclass g11impClassLocal = _env->FindClass("com/google/android/gles_jni/GLImpl");
98 G11ImplClass = (jclass) _env->NewGlobalRef(g11impClassLocal);
99 haveCheckedExtensionsID = _env->GetFieldID(G11ImplClass, "haveCheckedExtensions", "Z");
100 have_OES_blend_equation_separateID = _env->GetFieldID(G11ImplClass, "have_OES_blend_equation_separate", "Z");
101 have_OES_blend_subtractID = _env
120 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
152 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
163 allowIndirectBuffers(JNIEnv *_env) argument
173 getDirectBufferPointer(JNIEnv *_env, jobject buffer) argument
249 supportsExtension(JNIEnv *_env, jobject impl, jfieldID fieldId) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10Ext.cpp81 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
83 jclass nioAccessClassLocal = _env->FindClass("java/nio/NIOAccess");
84 nioAccessClass = (jclass) _env->NewGlobalRef(nioAccessClassLocal);
86 jclass bufferClassLocal = _env->FindClass("java/nio/Buffer");
87 bufferClass = (jclass) _env->NewGlobalRef(bufferClassLocal);
89 getBasePointerID = _env->GetStaticMethodID(nioAccessClass,
91 getBaseArrayID = _env->GetStaticMethodID(nioAccessClass,
93 getBaseArrayOffsetID = _env->GetStaticMethodID(nioAccessClass,
96 positionID = _env->GetFieldID(bufferClass, "position", "I");
97 limitID = _env
103 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
131 Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) argument
137 Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) argument
143 Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) argument
149 Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) argument
155 Get(JNIEnv* _env, jintArray array, jboolean* is_copy) argument
161 Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) argument
167 Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) argument
173 Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) argument
180 getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) argument
186 Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) argument
192 Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) argument
198 Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) argument
204 Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) argument
210 Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) argument
216 Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) argument
222 Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) argument
228 Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) argument
235 releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) argument
240 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
247 getDirectBufferPointer(JNIEnv *_env, jobject buffer) argument
358 get(JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) argument
414 getarray(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
460 android_glQueryMatrixxOES___3II_3II(JNIEnv *_env, jobject _this, jintArray mantissa_ref, jint mantissaOffset, jintArray exponent_ref, jint exponentOffset) argument
541 android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject mantissa_buf, jobject exponent_buf) argument
616 register_android_opengl_jni_GLES10Ext(JNIEnv *_env) argument
[all...]
H A Dcom_google_android_gles_jni_EGLImpl.cpp72 static void nativeClassInit(JNIEnv *_env, jclass eglImplClass) argument
74 jclass config_class = _env->FindClass("com/google/android/gles_jni/EGLConfigImpl");
75 gConfig_class = (jclass) _env->NewGlobalRef(config_class);
76 gConfig_ctorID = _env->GetMethodID(gConfig_class, "<init>", "(J)V");
77 gConfig_EGLConfigFieldID = _env->GetFieldID(gConfig_class, "mEGLConfig", "J");
79 jclass display_class = _env->FindClass("com/google/android/gles_jni/EGLDisplayImpl");
80 gDisplay_EGLDisplayFieldID = _env->GetFieldID(display_class, "mEGLDisplay", "J");
82 jclass context_class = _env->FindClass("com/google/android/gles_jni/EGLContextImpl");
83 gContext_EGLContextFieldID = _env->GetFieldID(context_class, "mEGLContext", "J");
85 jclass surface_class = _env
92 validAttribList(JNIEnv *_env, jintArray attrib_list) argument
105 beginNativeAttribList(JNIEnv *_env, jintArray attrib_list) argument
113 endNativeAttributeList(JNIEnv *_env, jintArray attrib_list, jint* attrib_base) argument
119 jni_eglInitialize(JNIEnv *_env, jobject _this, jobject display, jintArray major_minor) argument
142 jni_eglQueryContext(JNIEnv *_env, jobject _this, jobject display, jobject context, jint attribute, jintArray value) argument
161 jni_eglQuerySurface(JNIEnv *_env, jobject _this, jobject display, jobject surface, jint attribute, jintArray value) argument
181 jni_getInitCount(JNIEnv *_env, jobject _clazz, jobject display) argument
186 jni_eglReleaseThread(JNIEnv *_env, jobject _this) argument
190 jni_eglChooseConfig(JNIEnv *_env, jobject _this, jobject display, jintArray attrib_list, jobjectArray configs, jint config_size, jintArray num_config) argument
225 jni_eglCreateContext(JNIEnv *_env, jobject _this, jobject display, jobject config, jobject share_context, jintArray attrib_list) argument
241 jni_eglCreatePbufferSurface(JNIEnv *_env, jobject _this, jobject display, jobject config, jintArray attrib_list) argument
256 jni_eglCreatePixmapSurface(JNIEnv *_env, jobject _this, jobject out_sur, jobject display, jobject config, jobject native_pixmap, jintArray attrib_list) argument
263 jni_eglCreateWindowSurface(JNIEnv *_env, jobject _this, jobject display, jobject config, jobject native_window, jintArray attrib_list) argument
290 jni_eglCreateWindowSurfaceTexture(JNIEnv *_env, jobject _this, jobject display, jobject config, jobject native_window, jintArray attrib_list) argument
318 jni_eglGetConfigAttrib(JNIEnv *_env, jobject _this, jobject display, jobject config, jint attribute, jintArray value) argument
336 jni_eglGetConfigs(JNIEnv *_env, jobject _this, jobject display, jobjectArray configs, jint config_size, jintArray num_config) argument
363 jni_eglGetError(JNIEnv *_env, jobject _this) argument
368 jni_eglGetCurrentContext(JNIEnv *_env, jobject _this) argument
372 jni_eglGetCurrentDisplay(JNIEnv *_env, jobject _this) argument
376 jni_eglGetCurrentSurface(JNIEnv *_env, jobject _this, jint readdraw) argument
384 jni_eglDestroyContext(JNIEnv *_env, jobject _this, jobject display, jobject context) argument
394 jni_eglDestroySurface(JNIEnv *_env, jobject _this, jobject display, jobject surface) argument
413 jni_eglGetDisplay(JNIEnv *_env, jobject _this, jobject native_display) argument
417 jni_eglMakeCurrent(JNIEnv *_env, jobject _this, jobject display, jobject draw, jobject read, jobject context) argument
429 jni_eglQueryString(JNIEnv *_env, jobject _this, jobject display, jint name) argument
439 jni_eglSwapBuffers(JNIEnv *_env, jobject _this, jobject display, jobject surface) argument
449 jni_eglTerminate(JNIEnv *_env, jobject _this, jobject display) argument
458 jni_eglCopyBuffers(JNIEnv *_env, jobject _this, jobject display, jobject surface, jobject native_pixmap) argument
468 jni_eglWaitGL(JNIEnv *_env, jobject _this) argument
472 jni_eglWaitNative(JNIEnv *_env, jobject _this, jint engine, jobject bindTarget) argument
519 register_com_google_android_gles_jni_EGLImpl(JNIEnv *_env) argument
[all...]
H A Dandroid_hardware_SensorManager.cpp89 nativeClassInit (JNIEnv *_env, jclass _this) argument
94 MakeGlobalRefOrDie(_env, FindClassOrDie(_env, "android/hardware/Sensor"));
96 sensorOffsets.name = GetFieldIDOrDie(_env, sensorClass, "mName", "Ljava/lang/String;");
97 sensorOffsets.vendor = GetFieldIDOrDie(_env, sensorClass, "mVendor", "Ljava/lang/String;");
98 sensorOffsets.version = GetFieldIDOrDie(_env, sensorClass, "mVersion", "I");
99 sensorOffsets.handle = GetFieldIDOrDie(_env, sensorClass, "mHandle", "I");
100 sensorOffsets.range = GetFieldIDOrDie(_env, sensorClass, "mMaxRange", "F");
101 sensorOffsets.resolution = GetFieldIDOrDie(_env, sensorClass, "mResolution","F");
102 sensorOffsets.power = GetFieldIDOrDie(_env, sensorClas
230 nativeIsDataInjectionEnabled(JNIEnv *_env, jclass _this, jlong sensorManager) argument
235 nativeCreateDirectChannel(JNIEnv *_env, jclass _this, jlong sensorManager, jlong size, jint channelType, jint fd, jobject hardwareBufferObj) argument
260 nativeDestroyDirectChannel(JNIEnv *_env, jclass _this, jlong sensorManager, jint channelHandle) argument
266 nativeConfigDirectChannel(JNIEnv *_env, jclass _this, jlong sensorManager, jint channelHandle, jint sensorHandle, jint rate) argument
272 nativeSetOperationParameter(JNIEnv *_env, jclass _this, jlong sensorManager, jint type, jfloatArray floats, jintArray ints) argument
[all...]
H A Dandroid_opengl_EGL14.cpp65 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
67 jclass egldisplayClassLocal = _env->FindClass("android/opengl/EGLDisplay");
68 egldisplayClass = (jclass) _env->NewGlobalRef(egldisplayClassLocal);
69 jclass eglcontextClassLocal = _env->FindClass("android/opengl/EGLContext");
70 eglcontextClass = (jclass) _env->NewGlobalRef(eglcontextClassLocal);
71 jclass eglsurfaceClassLocal = _env->FindClass("android/opengl/EGLSurface");
72 eglsurfaceClass = (jclass) _env->NewGlobalRef(eglsurfaceClassLocal);
73 jclass eglconfigClassLocal = _env->FindClass("android/opengl/EGLConfig");
74 eglconfigClass = (jclass) _env->NewGlobalRef(eglconfigClassLocal);
76 egldisplayGetHandleID = _env
107 fromEGLHandle(JNIEnv *_env, jmethodID mid, jobject obj) argument
118 toEGLHandle(JNIEnv *_env, jclass cls, jmethodID con, void * handle) argument
140 android_eglGetError(JNIEnv *_env, jobject _this) argument
149 android_eglGetDisplay(JNIEnv *_env, jobject _this, jlong display_id) argument
160 android_eglGetDisplayInt(JNIEnv *_env, jobject _this, jint display_id) argument
173 android_eglInitialize(JNIEnv *_env, jobject _this, jobject dpy, jintArray major_ref, jint majorOffset, jintArray minor_ref, jint minorOffset) argument
248 android_eglTerminate(JNIEnv *_env, jobject _this, jobject dpy) argument
261 android_eglQueryString__Landroind_opengl_EGLDisplay_2I(JNIEnv *_env, jobject _this, jobject dpy, jint name) argument
271 android_eglGetConfigs(JNIEnv *_env, jobject _this, jobject dpy, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) argument
345 android_eglChooseConfig(JNIEnv *_env, jobject _this, jobject dpy, jintArray attrib_list_ref, jint attrib_listOffset, jobjectArray configs_ref, jint configsOffset, jint config_size, jintArray num_config_ref, jint num_configOffset) argument
464 android_eglGetConfigAttrib(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) argument
519 android_eglCreateWindowSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
592 android_eglCreateWindowSurfaceTexture(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject win, jintArray attrib_list_ref, jint offset) argument
673 android_eglCreatePbufferSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jintArray attrib_list_ref, jint offset) argument
731 android_eglCreatePixmapSurface(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint pixmap, jintArray attrib_list_ref, jint offset) argument
740 android_eglDestroySurface(JNIEnv *_env, jobject _this, jobject dpy, jobject surface) argument
755 android_eglQuerySurface(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jintArray value_ref, jint offset) argument
810 android_eglBindAPI(JNIEnv *_env, jobject _this, jint api) argument
821 android_eglQueryAPI(JNIEnv *_env, jobject _this) argument
830 android_eglWaitClient(JNIEnv *_env, jobject _this) argument
839 android_eglReleaseThread(JNIEnv *_env, jobject _this) argument
848 android_eglCreatePbufferFromClientBuffer(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
907 android_eglCreatePbufferFromClientBufferInt(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
917 android_eglSurfaceAttrib(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jint value) argument
934 android_eglBindTexImage(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint buffer) argument
950 android_eglReleaseTexImage(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint buffer) argument
966 android_eglSwapInterval(JNIEnv *_env, jobject _this, jobject dpy, jint interval) argument
980 android_eglCreateContext(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jobject share_context, jintArray attrib_list_ref, jint offset) argument
1044 android_eglDestroyContext(JNIEnv *_env, jobject _this, jobject dpy, jobject ctx) argument
1059 android_eglMakeCurrent(JNIEnv *_env, jobject _this, jobject dpy, jobject draw, jobject read, jobject ctx) argument
1078 android_eglGetCurrentContext(JNIEnv *_env, jobject _this) argument
1087 android_eglGetCurrentSurface(JNIEnv *_env, jobject _this, jint readdraw) argument
1098 android_eglGetCurrentDisplay(JNIEnv *_env, jobject _this) argument
1107 android_eglQueryContext(JNIEnv *_env, jobject _this, jobject dpy, jobject ctx, jint attribute, jintArray value_ref, jint offset) argument
1162 android_eglWaitGL(JNIEnv *_env, jobject _this) argument
1171 android_eglWaitNative(JNIEnv *_env, jobject _this, jint engine) argument
1182 android_eglSwapBuffers(JNIEnv *_env, jobject _this, jobject dpy, jobject surface) argument
1197 android_eglCopyBuffers(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint target) argument
1246 register_android_opengl_jni_EGL14(JNIEnv *_env) argument
[all...]
H A Dandroid_opengl_GLES11.cpp81 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
83 jclass nioAccessClassLocal = _env->FindClass("java/nio/NIOAccess");
84 nioAccessClass = (jclass) _env->NewGlobalRef(nioAccessClassLocal);
86 jclass bufferClassLocal = _env->FindClass("java/nio/Buffer");
87 bufferClass = (jclass) _env->NewGlobalRef(bufferClassLocal);
89 getBasePointerID = _env->GetStaticMethodID(nioAccessClass,
91 getBaseArrayID = _env->GetStaticMethodID(nioAccessClass,
93 getBaseArrayOffsetID = _env->GetStaticMethodID(nioAccessClass,
96 positionID = _env->GetFieldID(bufferClass, "position", "I");
97 limitID = _env
103 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
131 Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) argument
137 Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) argument
143 Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) argument
149 Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) argument
155 Get(JNIEnv* _env, jintArray array, jboolean* is_copy) argument
161 Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) argument
167 Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) argument
173 Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) argument
180 getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) argument
186 Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) argument
192 Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) argument
198 Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) argument
204 Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) argument
210 Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) argument
216 Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) argument
222 Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) argument
228 Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) argument
235 releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) argument
240 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
247 getDirectBufferPointer(JNIEnv *_env, jobject buffer) argument
358 get(JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) argument
414 getarray(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
460 android_glBindBuffer__II(JNIEnv *_env, jobject _this, jint target, jint buffer) argument
470 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
511 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
556 android_glClipPlanef__I_3FI(JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) argument
599 android_glClipPlanef__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
636 android_glClipPlanex__I_3II(JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) argument
679 android_glClipPlanex__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
716 android_glColor4ub__BBBB(JNIEnv *_env, jobject _this, jbyte red, jbyte green, jbyte blue, jbyte alpha) argument
728 android_glColorPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
740 android_glDeleteBuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray buffers_ref, jint offset) argument
789 android_glDeleteBuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject buffers_buf) argument
832 android_glDrawElements__IIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint offset) argument
850 android_glGenBuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray buffers_ref, jint offset) argument
899 android_glGenBuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject buffers_buf) argument
942 android_glGetBooleanv__I_3ZI(JNIEnv *_env, jobject _this, jint pname, jbooleanArray params_ref, jint offset) argument
950 android_glGetBooleanv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
957 android_glGetBufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
1007 android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1051 android_glGetClipPlanef__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray eqn_ref, jint offset) argument
1100 android_glGetClipPlanef__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject eqn_buf) argument
1143 android_glGetClipPlanex__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray eqn_ref, jint offset) argument
1192 android_glGetClipPlanex__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject eqn_buf) argument
1235 android_glGetFixedv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
1278 android_glGetFixedv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1315 android_glGetFloatv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
1323 android_glGetFloatv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1330 android_glGetLightfv__II_3FI(JNIEnv *_env, jobject _this, jint light, jint pname, jfloatArray params_ref, jint offset) argument
1405 android_glGetLightfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
1474 android_glGetLightxv__II_3II(JNIEnv *_env, jobject _this, jint light, jint pname, jintArray params_ref, jint offset) argument
1549 android_glGetLightxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
1618 android_glGetMaterialfv__II_3FI(JNIEnv *_env, jobject _this, jint face, jint pname, jfloatArray params_ref, jint offset) argument
1691 android_glGetMaterialfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
1758 android_glGetMaterialxv__II_3II(JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) argument
1831 android_glGetMaterialxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
1898 android_glGetTexEnvfv__II_3FI(JNIEnv *_env, jobject _this, jint env, jint pname, jfloatArray params_ref, jint offset) argument
1959 android_glGetTexEnvfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint env, jint pname, jobject params_buf) argument
2014 android_glGetTexEnviv__II_3II(JNIEnv *_env, jobject _this, jint env, jint pname, jintArray params_ref, jint offset) argument
2075 android_glGetTexEnviv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint env, jint pname, jobject params_buf) argument
2130 android_glGetTexEnvxv__II_3II(JNIEnv *_env, jobject _this, jint env, jint pname, jintArray params_ref, jint offset) argument
2191 android_glGetTexEnvxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint env, jint pname, jobject params_buf) argument
2246 android_glGetTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
2296 android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2340 android_glGetTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2390 android_glGetTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2434 android_glGetTexParameterxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2484 android_glGetTexParameterxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2528 android_glIsBuffer__I(JNIEnv *_env, jobject _this, jint buffer) argument
2539 android_glIsEnabled__I(JNIEnv *_env, jobject _this, jint cap) argument
2550 android_glIsTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
2561 android_glNormalPointer__III(JNIEnv *_env, jobject _this, jint type, jint stride, jint offset) argument
2572 android_glPointParameterf__IF(JNIEnv *_env, jobject _this, jint pname, jfloat param) argument
2582 android_glPointParameterfv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
2631 android_glPointParameterfv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
2674 android_glPointParameterx__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
2684 android_glPointParameterxv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
2733 android_glPointParameterxv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
2776 android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2805 android_glTexCoordPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
2817 android_glTexEnvi__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2828 android_glTexEnviv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2889 android_glTexEnviv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2944 android_glTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
2994 android_glTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3038 android_glTexParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
3049 android_glTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
3099 android_glTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3143 android_glTexParameterxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
3193 android_glTexParameterxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3237 android_glVertexPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
3322 register_android_opengl_jni_GLES11(JNIEnv *_env) argument
[all...]
H A Dandroid_opengl_GLES31Ext.cpp80 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
82 jclass nioAccessClassLocal = _env->FindClass("java/nio/NIOAccess");
83 nioAccessClass = (jclass) _env->NewGlobalRef(nioAccessClassLocal);
85 jclass bufferClassLocal = _env->FindClass("java/nio/Buffer");
86 bufferClass = (jclass) _env->NewGlobalRef(bufferClassLocal);
88 getBasePointerID = _env->GetStaticMethodID(nioAccessClass,
90 getBaseArrayID = _env->GetStaticMethodID(nioAccessClass,
92 getBaseArrayOffsetID = _env->GetStaticMethodID(nioAccessClass,
95 positionID = _env->GetFieldID(bufferClass, "position", "I");
96 limitID = _env
102 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
130 Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) argument
136 Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) argument
142 Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) argument
148 Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) argument
154 Get(JNIEnv* _env, jintArray array, jboolean* is_copy) argument
160 Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) argument
166 Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) argument
172 Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) argument
179 getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) argument
185 Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) argument
191 Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) argument
197 Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) argument
203 Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) argument
209 Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) argument
215 Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) argument
221 Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) argument
227 Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) argument
234 releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) argument
239 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
246 getDirectBufferPointer(JNIEnv *_env, jobject buffer) argument
357 get(JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) argument
413 getarray(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
459 android_glBlendBarrierKHR__(JNIEnv *_env, jobject _this) argument
466 android_glDebugMessageControlKHR__IIII_3IIZ(JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jintArray ids_ref, jint offset, jboolean enabled) argument
513 android_glDebugMessageControlKHR__IIIILjava_nio_IntBuffer_2Z(JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jobject ids_buf, jboolean enabled) argument
554 android_glDebugMessageInsertKHR__IIIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint source, jint type, jint id, jint severity, jstring buf) argument
592 android_glDebugMessageCallbackKHR(JNIEnv *_env, jobject _this, jobject callback) argument
597 android_glGetDebugMessageLogKHR__II_3II_3II_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) argument
605 android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) argument
613 android_glGetDebugMessageLogKHR__I_3II_3II_3II_3II(JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset) argument
621 android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref) argument
628 android_glPushDebugGroupKHR__IIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint source, jint id, jint length, jstring message) argument
662 android_glPopDebugGroupKHR__(JNIEnv *_env, jobject _this) argument
669 android_glObjectLabelKHR__IIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint identifier, jint name, jint length, jstring label) argument
697 android_glGetObjectLabelKHR(JNIEnv *_env, jobject _this, jint identifier, jint name) argument
704 android_glObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr, jstring label) argument
710 android_glGetObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr) argument
717 android_glGetDebugMessageCallbackKHR(JNIEnv *_env, jobject _this) argument
724 android_glMinSampleShadingOES__F(JNIEnv *_env, jobject _this, jfloat value) argument
733 android_glTexStorage3DMultisampleOES__IIIIIIZ(JNIEnv *_env, jobject _this, jint target, jint samples, jint internalformat, jint width, jint height, jint depth, jboolean fixedsamplelocations) argument
748 android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) argument
771 android_glEnableiEXT__II(JNIEnv *_env, jobject _this, jint target, jint index) argument
781 android_glDisableiEXT__II(JNIEnv *_env, jobject _this, jint target, jint index) argument
791 android_glBlendEquationiEXT__II(JNIEnv *_env, jobject _this, jint buf, jint mode) argument
801 android_glBlendEquationSeparateiEXT__III(JNIEnv *_env, jobject _this, jint buf, jint modeRGB, jint modeAlpha) argument
812 android_glBlendFunciEXT__III(JNIEnv *_env, jobject _this, jint buf, jint src, jint dst) argument
823 android_glBlendFuncSeparateiEXT__IIIII(JNIEnv *_env, jobject _this, jint buf, jint srcRGB, jint dstRGB, jint srcAlpha, jint dstAlpha) argument
836 android_glColorMaskiEXT__IZZZZ(JNIEnv *_env, jobject _this, jint index, jboolean r, jboolean g, jboolean b, jboolean a) argument
849 android_glIsEnablediEXT__II(JNIEnv *_env, jobject _this, jint target, jint index) argument
861 android_glFramebufferTextureEXT__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level) argument
873 android_glPrimitiveBoundingBoxEXT__FFFFFFFF(JNIEnv *_env, jobject _this, jfloat minX, jfloat minY, jfloat minZ, jfloat minW, jfloat maxX, jfloat maxY, jfloat maxZ, jfloat maxW) argument
889 android_glPatchParameteriEXT__II(JNIEnv *_env, jobject _this, jint pname, jint value) argument
899 android_glTexParameterIivEXT__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
943 android_glTexParameterIivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
981 android_glTexParameterIuivEXT__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
1025 android_glTexParameterIuivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1063 android_glGetTexParameterIivEXT__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
1107 android_glGetTexParameterIivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1145 android_glGetTexParameterIuivEXT__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
1189 android_glGetTexParameterIuivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1227 android_glSamplerParameterIivEXT__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray param_ref, jint offset) argument
1271 android_glSamplerParameterIivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) argument
1309 android_glSamplerParameterIuivEXT__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray param_ref, jint offset) argument
1353 android_glSamplerParameterIuivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) argument
1391 android_glGetSamplerParameterIivEXT__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray params_ref, jint offset) argument
1435 android_glGetSamplerParameterIivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject params_buf) argument
1473 android_glGetSamplerParameterIuivEXT__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray params_ref, jint offset) argument
1517 android_glGetSamplerParameterIuivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject params_buf) argument
1555 android_glTexBufferEXT__III(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint buffer) argument
1566 android_glTexBufferRangeEXT__IIIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint buffer, jint offset, jint size) argument
1631 register_android_opengl_jni_GLES31Ext(JNIEnv *_env) argument
[all...]
H A Dandroid_opengl_GLES32.cpp79 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
81 jclass nioAccessClassLocal = _env->FindClass("java/nio/NIOAccess");
82 nioAccessClass = (jclass) _env->NewGlobalRef(nioAccessClassLocal);
84 jclass bufferClassLocal = _env->FindClass("java/nio/Buffer");
85 bufferClass = (jclass) _env->NewGlobalRef(bufferClassLocal);
87 getBasePointerID = _env->GetStaticMethodID(nioAccessClass,
89 getBaseArrayID = _env->GetStaticMethodID(nioAccessClass,
91 getBaseArrayOffsetID = _env->GetStaticMethodID(nioAccessClass,
94 positionID = _env->GetFieldID(bufferClass, "position", "I");
95 limitID = _env
101 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
129 Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) argument
135 Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) argument
141 Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) argument
147 Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) argument
153 Get(JNIEnv* _env, jintArray array, jboolean* is_copy) argument
159 Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) argument
165 Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) argument
171 Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) argument
178 getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) argument
184 Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) argument
190 Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) argument
196 Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) argument
202 Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) argument
208 Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) argument
214 Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) argument
220 Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) argument
226 Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) argument
233 releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) argument
238 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
245 getDirectBufferPointer(JNIEnv *_env, jobject buffer) argument
356 get(JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) argument
412 getarray(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
458 android_glBlendBarrier__(JNIEnv *_env, jobject _this) argument
465 android_glCopyImageSubData__IIIIIIIIIIIIIII(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) argument
488 android_glDebugMessageControl__IIII_3IIZ(JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jintArray ids_ref, jint offset, jboolean enabled) argument
541 android_glDebugMessageControl__IIIILjava_nio_IntBuffer_2Z(JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jobject ids_buf, jboolean enabled) argument
588 android_glDebugMessageInsert__IIIIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint source, jint type, jint id, jint severity, jint length, jstring buf) argument
624 android_glDebugMessageCallback(JNIEnv *_env, jobject _this, jobject callback) argument
629 android_glGetDebugMessageLog__II_3II_3II_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) argument
637 android_glGetDebugMessageLog__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) argument
645 android_glGetDebugMessageLog__I_3II_3II_3II_3II(JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset) argument
653 android_glGetDebugMessageLog__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref) argument
660 android_glPushDebugGroup__IIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint source, jint id, jint length, jstring message) argument
702 android_glPopDebugGroup__(JNIEnv *_env, jobject _this) argument
709 android_glObjectLabel__IIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint identifier, jint name, jint length, jstring label) argument
747 android_glGetObjectLabel(JNIEnv *_env, jobject _this, jint identifier, jint name) argument
754 android_glObjectPtrLabel(JNIEnv *_env, jobject _this, jlong ptr, jstring label) argument
760 android_glGetObjectPtrLabel(JNIEnv *_env, jobject _this, jlong ptr) argument
767 android_glGetPointerv(JNIEnv *_env, jobject _this, jint pname) argument
774 android_glEnablei__II(JNIEnv *_env, jobject _this, jint target, jint index) argument
784 android_glDisablei__II(JNIEnv *_env, jobject _this, jint target, jint index) argument
794 android_glBlendEquationi__II(JNIEnv *_env, jobject _this, jint buf, jint mode) argument
804 android_glBlendEquationSeparatei__III(JNIEnv *_env, jobject _this, jint buf, jint modeRGB, jint modeAlpha) argument
815 android_glBlendFunci__III(JNIEnv *_env, jobject _this, jint buf, jint src, jint dst) argument
826 android_glBlendFuncSeparatei__IIIII(JNIEnv *_env, jobject _this, jint buf, jint srcRGB, jint dstRGB, jint srcAlpha, jint dstAlpha) argument
839 android_glColorMaski__IZZZZ(JNIEnv *_env, jobject _this, jint index, jboolean r, jboolean g, jboolean b, jboolean a) argument
852 android_glIsEnabledi__II(JNIEnv *_env, jobject _this, jint target, jint index) argument
864 android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint basevertex) argument
910 android_glDrawRangeElementsBaseVertex__IIIIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint mode, jint start, jint end, jint count, jint type, jobject indices_buf, jint basevertex) argument
958 android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount, jint basevertex) argument
996 android_glDrawElementsInstancedBaseVertex__IIIIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount, jint basevertex) argument
1009 android_glFramebufferTexture__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level) argument
1021 android_glPrimitiveBoundingBox__FFFFFFFF(JNIEnv *_env, jobject _this, jfloat minX, jfloat minY, jfloat minZ, jfloat minW, jfloat maxX, jfloat maxY, jfloat maxZ, jfloat maxW) argument
1037 android_glGetGraphicsResetStatus__(JNIEnv *_env, jobject _this) argument
1046 android_glReadnPixels__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height, jint format, jint type, jint bufSize, jobject data_buf) argument
1095 android_glGetnUniformfv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jfloatArray params_ref, jint offset) argument
1146 android_glGetnUniformfv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) argument
1191 android_glGetnUniformiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jint offset) argument
1242 android_glGetnUniformiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) argument
1287 android_glGetnUniformuiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jint offset) argument
1338 android_glGetnUniformuiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) argument
1383 android_glMinSampleShading__F(JNIEnv *_env, jobject _this, jfloat value) argument
1392 android_glPatchParameteri__II(JNIEnv *_env, jobject _this, jint pname, jint value) argument
1402 android_glTexParameterIiv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
1446 android_glTexParameterIiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1484 android_glTexParameterIuiv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
1528 android_glTexParameterIuiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1566 android_glGetTexParameterIiv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
1610 android_glGetTexParameterIiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1648 android_glGetTexParameterIuiv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
1692 android_glGetTexParameterIuiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1730 android_glSamplerParameterIiv__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray param_ref, jint offset) argument
1774 android_glSamplerParameterIiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) argument
1812 android_glSamplerParameterIuiv__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray param_ref, jint offset) argument
1856 android_glSamplerParameterIuiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) argument
1894 android_glGetSamplerParameterIiv__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray params_ref, jint offset) argument
1938 android_glGetSamplerParameterIiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject params_buf) argument
1976 android_glGetSamplerParameterIuiv__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray params_ref, jint offset) argument
2020 android_glGetSamplerParameterIuiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject params_buf) argument
2058 android_glTexBuffer__III(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint buffer) argument
2069 android_glTexBufferRange__IIIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint buffer, jint offset, jint size) argument
2082 android_glTexStorage3DMultisample__IIIIIIZ(JNIEnv *_env, jobject _this, jint target, jint samples, jint internalformat, jint width, jint height, jint depth, jboolean fixedsamplelocations) argument
2161 register_android_opengl_jni_GLES32(JNIEnv *_env) argument
[all...]
H A Dandroid_opengl_GLES10.cpp81 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
83 jclass nioAccessClassLocal = _env->FindClass("java/nio/NIOAccess");
84 nioAccessClass = (jclass) _env->NewGlobalRef(nioAccessClassLocal);
86 jclass bufferClassLocal = _env->FindClass("java/nio/Buffer");
87 bufferClass = (jclass) _env->NewGlobalRef(bufferClassLocal);
89 getBasePointerID = _env->GetStaticMethodID(nioAccessClass,
91 getBaseArrayID = _env->GetStaticMethodID(nioAccessClass,
93 getBaseArrayOffsetID = _env->GetStaticMethodID(nioAccessClass,
96 positionID = _env->GetFieldID(bufferClass, "position", "I");
97 limitID = _env
103 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
131 Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) argument
137 Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) argument
143 Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) argument
149 Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) argument
155 Get(JNIEnv* _env, jintArray array, jboolean* is_copy) argument
161 Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) argument
167 Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) argument
173 Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) argument
180 getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) argument
186 Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) argument
192 Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) argument
198 Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) argument
204 Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) argument
210 Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) argument
216 Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) argument
222 Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) argument
228 Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) argument
235 releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) argument
240 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
247 getDirectBufferPointer(JNIEnv *_env, jobject buffer) argument
358 get(JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) argument
414 getarray(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
460 android_glActiveTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
469 android_glAlphaFunc__IF(JNIEnv *_env, jobject _this, jint func, jfloat ref) argument
479 android_glAlphaFuncx__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
489 android_glBindTexture__II(JNIEnv *_env, jobject _this, jint target, jint texture) argument
499 android_glBlendFunc__II(JNIEnv *_env, jobject _this, jint sfactor, jint dfactor) argument
509 android_glClear__I(JNIEnv *_env, jobject _this, jint mask) argument
518 android_glClearColor__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
530 android_glClearColorx__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
542 android_glClearDepthf__F(JNIEnv *_env, jobject _this, jfloat depth) argument
551 android_glClearDepthx__I(JNIEnv *_env, jobject _this, jint depth) argument
560 android_glClearStencil__I(JNIEnv *_env, jobject _this, jint s) argument
569 android_glClientActiveTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
578 android_glColor4f__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
590 android_glColor4x__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
602 android_glColorMask__ZZZZ(JNIEnv *_env, jobject _this, jboolean red, jboolean green, jboolean blue, jboolean alpha) argument
614 android_glColorPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
644 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
687 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
731 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
747 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
763 android_glCullFace__I(JNIEnv *_env, jobject _this, jint mode) argument
772 android_glDeleteTextures__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray textures_ref, jint offset) argument
821 android_glDeleteTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
864 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
873 android_glDepthMask__Z(JNIEnv *_env, jobject _this, jboolean flag) argument
882 android_glDepthRangef__FF(JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) argument
892 android_glDepthRangex__II(JNIEnv *_env, jobject _this, jint zNear, jint zFar) argument
902 android_glDisable__I(JNIEnv *_env, jobject _this, jint cap) argument
911 android_glDisableClientState__I(JNIEnv *_env, jobject _this, jint array) argument
920 android_glDrawArrays__III(JNIEnv *_env, jobject _this, jint mode, jint first, jint count) argument
931 android_glDrawElements__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) argument
976 android_glEnable__I(JNIEnv *_env, jobject _this, jint cap) argument
985 android_glEnableClientState__I(JNIEnv *_env, jobject _this, jint array) argument
994 android_glFinish__(JNIEnv *_env, jobject _this) argument
1001 android_glFlush__(JNIEnv *_env, jobject _this) argument
1008 android_glFogf__IF(JNIEnv *_env, jobject _this, jint pname, jfloat param) argument
1018 android_glFogfv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
1078 android_glFogfv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1132 android_glFogx__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
1142 android_glFogxv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
1202 android_glFogxv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1256 android_glFrontFace__I(JNIEnv *_env, jobject _this, jint mode) argument
1265 android_glFrustumf__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
1279 android_glFrustumx__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
1293 android_glGenTextures__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray textures_ref, jint offset) argument
1342 android_glGenTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
1385 android_glGetError__(JNIEnv *_env, jobject _this) argument
1394 android_glGetIntegerv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
1402 android_glGetIntegerv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1408 android_glGetString(JNIEnv* _env, jobject, jint name) argument
1414 android_glHint__II(JNIEnv *_env, jobject _this, jint target, jint mode) argument
1424 android_glLightModelf__IF(JNIEnv *_env, jobject _this, jint pname, jfloat param) argument
1434 android_glLightModelfv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
1494 android_glLightModelfv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1548 android_glLightModelx__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
1558 android_glLightModelxv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
1618 android_glLightModelxv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1672 android_glLightf__IIF(JNIEnv *_env, jobject _this, jint light, jint pname, jfloat param) argument
1683 android_glLightfv__II_3FI(JNIEnv *_env, jobject _this, jint light, jint pname, jfloatArray params_ref, jint offset) argument
1758 android_glLightfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
1827 android_glLightx__III(JNIEnv *_env, jobject _this, jint light, jint pname, jint param) argument
1838 android_glLightxv__II_3II(JNIEnv *_env, jobject _this, jint light, jint pname, jintArray params_ref, jint offset) argument
1913 android_glLightxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
1982 android_glLineWidth__F(JNIEnv *_env, jobject _this, jfloat width) argument
1991 android_glLineWidthx__I(JNIEnv *_env, jobject _this, jint width) argument
2000 android_glLoadIdentity__(JNIEnv *_env, jobject _this) argument
2007 android_glLoadMatrixf___3FI(JNIEnv *_env, jobject _this, jfloatArray m_ref, jint offset) argument
2049 android_glLoadMatrixf__Ljava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
2085 android_glLoadMatrixx___3II(JNIEnv *_env, jobject _this, jintArray m_ref, jint offset) argument
2127 android_glLoadMatrixx__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
2163 android_glLogicOp__I(JNIEnv *_env, jobject _this, jint opcode) argument
2172 android_glMaterialf__IIF(JNIEnv *_env, jobject _this, jint face, jint pname, jfloat param) argument
2183 android_glMaterialfv__II_3FI(JNIEnv *_env, jobject _this, jint face, jint pname, jfloatArray params_ref, jint offset) argument
2256 android_glMaterialfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
2323 android_glMaterialx__III(JNIEnv *_env, jobject _this, jint face, jint pname, jint param) argument
2334 android_glMaterialxv__II_3II(JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) argument
2407 android_glMaterialxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
2474 android_glMatrixMode__I(JNIEnv *_env, jobject _this, jint mode) argument
2483 android_glMultMatrixf___3FI(JNIEnv *_env, jobject _this, jfloatArray m_ref, jint offset) argument
2525 android_glMultMatrixf__Ljava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
2561 android_glMultMatrixx___3II(JNIEnv *_env, jobject _this, jintArray m_ref, jint offset) argument
2603 android_glMultMatrixx__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
2639 android_glMultiTexCoord4f__IFFFF(JNIEnv *_env, jobject _this, jint target, jfloat s, jfloat t, jfloat r, jfloat q) argument
2652 android_glMultiTexCoord4x__IIIII(JNIEnv *_env, jobject _this, jint target, jint s, jint t, jint r, jint q) argument
2665 android_glNormal3f__FFF(JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) argument
2676 android_glNormal3x__III(JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) argument
2687 android_glNormalPointerBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2716 android_glOrthof__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
2730 android_glOrthox__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
2744 android_glPixelStorei__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
2754 android_glPointSize__F(JNIEnv *_env, jobject _this, jfloat size) argument
2763 android_glPointSizex__I(JNIEnv *_env, jobject _this, jint size) argument
2772 android_glPolygonOffset__FF(JNIEnv *_env, jobject _this, jfloat factor, jfloat units) argument
2782 android_glPolygonOffsetx__II(JNIEnv *_env, jobject _this, jint factor, jint units) argument
2792 android_glPopMatrix__(JNIEnv *_env, jobject _this) argument
2799 android_glPushMatrix__(JNIEnv *_env, jobject _this) argument
2806 android_glReadPixels__IIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
2848 android_glRotatef__FFFF(JNIEnv *_env, jobject _this, jfloat angle, jfloat x, jfloat y, jfloat z) argument
2860 android_glRotatex__IIII(JNIEnv *_env, jobject _this, jint angle, jint x, jint y, jint z) argument
2872 android_glSampleCoverage__FZ(JNIEnv *_env, jobject _this, jfloat value, jboolean invert) argument
2882 android_glSampleCoveragex__IZ(JNIEnv *_env, jobject _this, jint value, jboolean invert) argument
2892 android_glScalef__FFF(JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z) argument
2903 android_glScalex__III(JNIEnv *_env, jobject _this, jint x, jint y, jint z) argument
2914 android_glScissor__IIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) argument
2926 android_glShadeModel__I(JNIEnv *_env, jobject _this, jint mode) argument
2935 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
2946 android_glStencilMask__I(JNIEnv *_env, jobject _this, jint mask) argument
2955 android_glStencilOp__III(JNIEnv *_env, jobject _this, jint fail, jint zfail, jint zpass) argument
2966 android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2996 android_glTexEnvf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
3007 android_glTexEnvfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
3068 android_glTexEnvfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3123 android_glTexEnvx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
3134 android_glTexEnvxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
3195 android_glTexEnvxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3250 android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) argument
3288 android_glTexParameterf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
3299 android_glTexParameterx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
3310 android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
3348 android_glTranslatef__FFF(JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z) argument
3359 android_glTranslatex__III(JNIEnv *_env, jobject _this, jint x, jint y, jint z) argument
3370 android_glVertexPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3400 android_glViewport__IIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) argument
3539 register_android_opengl_jni_GLES10(JNIEnv *_env) argument
[all...]
H A Dandroid_opengl_GLES11Ext.cpp81 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
83 jclass nioAccessClassLocal = _env->FindClass("java/nio/NIOAccess");
84 nioAccessClass = (jclass) _env->NewGlobalRef(nioAccessClassLocal);
86 jclass bufferClassLocal = _env->FindClass("java/nio/Buffer");
87 bufferClass = (jclass) _env->NewGlobalRef(bufferClassLocal);
89 getBasePointerID = _env->GetStaticMethodID(nioAccessClass,
91 getBaseArrayID = _env->GetStaticMethodID(nioAccessClass,
93 getBaseArrayOffsetID = _env->GetStaticMethodID(nioAccessClass,
96 positionID = _env->GetFieldID(bufferClass, "position", "I");
97 limitID = _env
103 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
131 Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) argument
137 Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) argument
143 Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) argument
149 Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) argument
155 Get(JNIEnv* _env, jintArray array, jboolean* is_copy) argument
161 Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) argument
167 Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) argument
173 Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) argument
180 getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) argument
186 Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) argument
192 Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) argument
198 Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) argument
204 Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) argument
210 Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) argument
216 Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) argument
222 Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) argument
228 Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) argument
235 releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) argument
240 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
247 getDirectBufferPointer(JNIEnv *_env, jobject buffer) argument
358 get(JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) argument
414 getarray(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
460 android_glBlendEquationSeparateOES__II(JNIEnv *_env, jobject _this, jint modeRGB, jint modeAlpha) argument
470 android_glBlendFuncSeparateOES__IIII(JNIEnv *_env, jobject _this, jint srcRGB, jint dstRGB, jint srcAlpha, jint dstAlpha) argument
482 android_glBlendEquationOES__I(JNIEnv *_env, jobject _this, jint mode) argument
491 android_glDrawTexsOES__SSSSS(JNIEnv *_env, jobject _this, jshort x, jshort y, jshort z, jshort width, jshort height) argument
504 android_glDrawTexiOES__IIIII(JNIEnv *_env, jobject _this, jint x, jint y, jint z, jint width, jint height) argument
517 android_glDrawTexxOES__IIIII(JNIEnv *_env, jobject _this, jint x, jint y, jint z, jint width, jint height) argument
530 android_glDrawTexsvOES___3SI(JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) argument
578 android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2(JNIEnv *_env, jobject _this, jobject coords_buf) argument
620 android_glDrawTexivOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
668 android_glDrawTexivOES__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject coords_buf) argument
710 android_glDrawTexxvOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
758 android_glDrawTexxvOES__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject coords_buf) argument
800 android_glDrawTexfOES__FFFFF(JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z, jfloat width, jfloat height) argument
813 android_glDrawTexfvOES___3FI(JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) argument
861 android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jobject coords_buf) argument
903 android_glEGLImageTargetTexture2DOES__ILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jobject image_buf) argument
940 android_glEGLImageTargetRenderbufferStorageOES__ILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jobject image_buf) argument
977 android_glAlphaFuncxOES__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
987 android_glClearColorxOES__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
999 android_glClearDepthxOES__I(JNIEnv *_env, jobject _this, jint depth) argument
1008 android_glClipPlanexOES__I_3II(JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) argument
1051 android_glClipPlanexOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
1088 android_glColor4xOES__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
1100 android_glDepthRangexOES__II(JNIEnv *_env, jobject _this, jint zNear, jint zFar) argument
1110 android_glFogxOES__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
1120 android_glFogxvOES__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
1163 android_glFogxvOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1200 android_glFrustumxOES__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
1214 android_glGetClipPlanexOES__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray eqn_ref, jint offset) argument
1263 android_glGetClipPlanexOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject eqn_buf) argument
1306 android_glGetFixedvOES__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
1349 android_glGetFixedvOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1386 android_glGetLightxvOES__II_3II(JNIEnv *_env, jobject _this, jint light, jint pname, jintArray params_ref, jint offset) argument
1430 android_glGetLightxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
1468 android_glGetMaterialxvOES__II_3II(JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) argument
1512 android_glGetMaterialxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
1550 android_glGetTexEnvxvOES__II_3II(JNIEnv *_env, jobject _this, jint env, jint pname, jintArray params_ref, jint offset) argument
1594 android_glGetTexEnvxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint env, jint pname, jobject params_buf) argument
1632 android_glGetTexParameterxvOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
1676 android_glGetTexParameterxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1714 android_glLightModelxOES__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
1724 android_glLightModelxvOES__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
1767 android_glLightModelxvOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1804 android_glLightxOES__III(JNIEnv *_env, jobject _this, jint light, jint pname, jint param) argument
1815 android_glLightxvOES__II_3II(JNIEnv *_env, jobject _this, jint light, jint pname, jintArray params_ref, jint offset) argument
1859 android_glLightxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
1897 android_glLineWidthxOES__I(JNIEnv *_env, jobject _this, jint width) argument
1906 android_glLoadMatrixxOES___3II(JNIEnv *_env, jobject _this, jintArray m_ref, jint offset) argument
1948 android_glLoadMatrixxOES__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
1984 android_glMaterialxOES__III(JNIEnv *_env, jobject _this, jint face, jint pname, jint param) argument
1995 android_glMaterialxvOES__II_3II(JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) argument
2039 android_glMaterialxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
2077 android_glMultMatrixxOES___3II(JNIEnv *_env, jobject _this, jintArray m_ref, jint offset) argument
2119 android_glMultMatrixxOES__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
2155 android_glMultiTexCoord4xOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint s, jint t, jint r, jint q) argument
2168 android_glNormal3xOES__III(JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) argument
2179 android_glOrthoxOES__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
2193 android_glPointParameterxOES__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
2203 android_glPointParameterxvOES__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
2246 android_glPointParameterxvOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
2283 android_glPointSizexOES__I(JNIEnv *_env, jobject _this, jint size) argument
2292 android_glPolygonOffsetxOES__II(JNIEnv *_env, jobject _this, jint factor, jint units) argument
2302 android_glRotatexOES__IIII(JNIEnv *_env, jobject _this, jint angle, jint x, jint y, jint z) argument
2314 android_glSampleCoveragexOES__IZ(JNIEnv *_env, jobject _this, jint value, jboolean invert) argument
2324 android_glScalexOES__III(JNIEnv *_env, jobject _this, jint x, jint y, jint z) argument
2335 android_glTexEnvxOES__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2346 android_glTexEnvxvOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2390 android_glTexEnvxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2428 android_glTexParameterxOES__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2439 android_glTexParameterxvOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2483 android_glTexParameterxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2521 android_glTranslatexOES__III(JNIEnv *_env, jobject _this, jint x, jint y, jint z) argument
2532 android_glIsRenderbufferOES__I(JNIEnv *_env, jobject _this, jint renderbuffer) argument
2543 android_glBindRenderbufferOES__II(JNIEnv *_env, jobject _this, jint target, jint renderbuffer) argument
2553 android_glDeleteRenderbuffersOES__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray renderbuffers_ref, jint offset) argument
2602 android_glDeleteRenderbuffersOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject renderbuffers_buf) argument
2645 android_glGenRenderbuffersOES__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray renderbuffers_ref, jint offset) argument
2694 android_glGenRenderbuffersOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject renderbuffers_buf) argument
2737 android_glRenderbufferStorageOES__IIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint width, jint height) argument
2749 android_glGetRenderbufferParameterivOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2799 android_glGetRenderbufferParameterivOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2843 android_glIsFramebufferOES__I(JNIEnv *_env, jobject _this, jint framebuffer) argument
2854 android_glBindFramebufferOES__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
2864 android_glDeleteFramebuffersOES__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray framebuffers_ref, jint offset) argument
2913 android_glDeleteFramebuffersOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject framebuffers_buf) argument
2956 android_glGenFramebuffersOES__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray framebuffers_ref, jint offset) argument
3005 android_glGenFramebuffersOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject framebuffers_buf) argument
3048 android_glCheckFramebufferStatusOES__I(JNIEnv *_env, jobject _this, jint target) argument
3059 android_glFramebufferRenderbufferOES__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) argument
3071 android_glFramebufferTexture2DOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
3084 android_glGetFramebufferAttachmentParameterivOES__III_3II(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) argument
3135 android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) argument
3180 android_glGenerateMipmapOES__I(JNIEnv *_env, jobject _this, jint target) argument
3189 android_glCurrentPaletteMatrixOES__I(JNIEnv *_env, jobject _this, jint matrixpaletteindex) argument
3198 android_glLoadPaletteFromModelViewMatrixOES__(JNIEnv *_env, jobject _this) argument
3205 android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3235 android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3265 android_glDepthRangefOES__FF(JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) argument
3275 android_glFrustumfOES__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
3289 android_glOrthofOES__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
3303 android_glClipPlanefOES__I_3FI(JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) argument
3346 android_glClipPlanefOES__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
3383 android_glGetClipPlanefOES__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray eqn_ref, jint offset) argument
3432 android_glGetClipPlanefOES__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject eqn_buf) argument
3475 android_glClearDepthfOES__F(JNIEnv *_env, jobject _this, jfloat depth) argument
3484 android_glTexGenfOES__IIF(JNIEnv *_env, jobject _this, jint coord, jint pname, jfloat param) argument
3495 android_glTexGenfvOES__II_3FI(JNIEnv *_env, jobject _this, jint coord, jint pname, jfloatArray params_ref, jint offset) argument
3539 android_glTexGenfvOES__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
3577 android_glTexGeniOES__III(JNIEnv *_env, jobject _this, jint coord, jint pname, jint param) argument
3588 android_glTexGenivOES__II_3II(JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) argument
3632 android_glTexGenivOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
3670 android_glTexGenxOES__III(JNIEnv *_env, jobject _this, jint coord, jint pname, jint param) argument
3681 android_glTexGenxvOES__II_3II(JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) argument
3725 android_glTexGenxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
3763 android_glGetTexGenfvOES__II_3FI(JNIEnv *_env, jobject _this, jint coord, jint pname, jfloatArray params_ref, jint offset) argument
3807 android_glGetTexGenfvOES__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
3845 android_glGetTexGenivOES__II_3II(JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) argument
3889 android_glGetTexGenivOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
3927 android_glGetTexGenxvOES__II_3II(JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) argument
3971 android_glGetTexGenxvOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
4133 register_android_opengl_jni_GLES11Ext(JNIEnv *_env) argument
[all...]
H A Dandroid_opengl_GLES31.cpp79 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
81 jclass nioAccessClassLocal = _env->FindClass("java/nio/NIOAccess");
82 nioAccessClass = (jclass) _env->NewGlobalRef(nioAccessClassLocal);
84 jclass bufferClassLocal = _env->FindClass("java/nio/Buffer");
85 bufferClass = (jclass) _env->NewGlobalRef(bufferClassLocal);
87 getBasePointerID = _env->GetStaticMethodID(nioAccessClass,
89 getBaseArrayID = _env->GetStaticMethodID(nioAccessClass,
91 getBaseArrayOffsetID = _env->GetStaticMethodID(nioAccessClass,
94 positionID = _env->GetFieldID(bufferClass, "position", "I");
95 limitID = _env
101 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
129 Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) argument
135 Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) argument
141 Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) argument
147 Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) argument
153 Get(JNIEnv* _env, jintArray array, jboolean* is_copy) argument
159 Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) argument
165 Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) argument
171 Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) argument
178 getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) argument
184 Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) argument
190 Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) argument
196 Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) argument
202 Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) argument
208 Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) argument
214 Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) argument
220 Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) argument
226 Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) argument
233 releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) argument
238 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
245 getDirectBufferPointer(JNIEnv *_env, jobject buffer) argument
356 get(JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) argument
412 getarray(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
458 android_glDispatchCompute__III(JNIEnv *_env, jobject _this, jint num_groups_x, jint num_groups_y, jint num_groups_z) argument
468 android_glDispatchComputeIndirect(JNIEnv *_env, jobject, jlong indirect) argument
481 android_glDrawArraysIndirect(JNIEnv *_env, jobject, int mode, jlong indirect) argument
493 android_glDrawElementsIndirect(JNIEnv *_env, jobject, jint mode, jint type, jlong indirect) argument
506 android_glFramebufferParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
517 android_glGetFramebufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
561 android_glGetFramebufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
599 android_glGetProgramInterfaceiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jintArray params_ref, jint offset) argument
644 android_glGetProgramInterfaceiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint pname, jobject params_buf) argument
683 android_glGetProgramResourceIndex__IILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jint programInterface, jstring name) argument
718 android_glGetProgramResourceName(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index) argument
726 android_glGetProgramResourceiv__IIII_3III_3II_3II(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index, jint propCount, jintArray props_ref, jint propsOffset, jint bufSize, jintArray length_ref, jint lengthOffset, jintArray params_ref, jint paramsOffset) argument
819 android_glGetProgramResourceiv__IIIILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index, jint propCount, jobject props_buf, jint bufSize, jobject length_buf, jobject params_buf) argument
894 android_glGetProgramResourceLocation__IILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jint programInterface, jstring name) argument
929 android_glUseProgramStages__III(JNIEnv *_env, jobject _this, jint pipeline, jint stages, jint program) argument
940 android_glActiveShaderProgram__II(JNIEnv *_env, jobject _this, jint pipeline, jint program) argument
950 android_glCreateShaderProgramv(JNIEnv *_env, jobject _this, jint type, jobjectArray strings) argument
1018 android_glBindProgramPipeline__I(JNIEnv *_env, jobject _this, jint pipeline) argument
1027 android_glDeleteProgramPipelines__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray pipelines_ref, jint offset) argument
1070 android_glDeleteProgramPipelines__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject pipelines_buf) argument
1107 android_glGenProgramPipelines__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray pipelines_ref, jint offset) argument
1150 android_glGenProgramPipelines__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject pipelines_buf) argument
1187 android_glIsProgramPipeline__I(JNIEnv *_env, jobject _this, jint pipeline) argument
1198 android_glGetProgramPipelineiv__II_3II(JNIEnv *_env, jobject _this, jint pipeline, jint pname, jintArray params_ref, jint offset) argument
1242 android_glGetProgramPipelineiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pipeline, jint pname, jobject params_buf) argument
1280 android_glProgramUniform1i__III(JNIEnv *_env, jobject _this, jint program, jint location, jint v0) argument
1291 android_glProgramUniform2i__IIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1) argument
1303 android_glProgramUniform3i__IIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2) argument
1316 android_glProgramUniform4i__IIIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2, jint v3) argument
1330 android_glProgramUniform1ui__III(JNIEnv *_env, jobject _this, jint program, jint location, jint v0) argument
1341 android_glProgramUniform2ui__IIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1) argument
1353 android_glProgramUniform3ui__IIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2) argument
1366 android_glProgramUniform4ui__IIIIII(JNIEnv *_env, jobject _this, jint program, jint location, jint v0, jint v1, jint v2, jint v3) argument
1380 android_glProgramUniform1f__IIF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0) argument
1391 android_glProgramUniform2f__IIFF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0, jfloat v1) argument
1403 android_glProgramUniform3f__IIFFF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0, jfloat v1, jfloat v2) argument
1416 android_glProgramUniform4f__IIFFFF(JNIEnv *_env, jobject _this, jint program, jint location, jfloat v0, jfloat v1, jfloat v2, jfloat v3) argument
1430 android_glProgramUniform1iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1475 android_glProgramUniform1iv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1514 android_glProgramUniform2iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1559 android_glProgramUniform2iv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1598 android_glProgramUniform3iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1643 android_glProgramUniform3iv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1682 android_glProgramUniform4iv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1727 android_glProgramUniform4iv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1766 android_glProgramUniform1uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1811 android_glProgramUniform1uiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1850 android_glProgramUniform2uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1895 android_glProgramUniform2uiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
1934 android_glProgramUniform3uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
1979 android_glProgramUniform3uiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2018 android_glProgramUniform4uiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jintArray value_ref, jint offset) argument
2063 android_glProgramUniform4uiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2102 android_glProgramUniform1fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
2147 android_glProgramUniform1fv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2186 android_glProgramUniform2fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
2231 android_glProgramUniform2fv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2270 android_glProgramUniform3fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
2315 android_glProgramUniform3fv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2354 android_glProgramUniform4fv__III_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jfloatArray value_ref, jint offset) argument
2399 android_glProgramUniform4fv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jobject value_buf) argument
2438 android_glProgramUniformMatrix2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2484 android_glProgramUniformMatrix2fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2524 android_glProgramUniformMatrix3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2570 android_glProgramUniformMatrix3fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2610 android_glProgramUniformMatrix4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2656 android_glProgramUniformMatrix4fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2696 android_glProgramUniformMatrix2x3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2742 android_glProgramUniformMatrix2x3fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2782 android_glProgramUniformMatrix3x2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2828 android_glProgramUniformMatrix3x2fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2868 android_glProgramUniformMatrix2x4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
2914 android_glProgramUniformMatrix2x4fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
2954 android_glProgramUniformMatrix4x2fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
3000 android_glProgramUniformMatrix4x2fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
3040 android_glProgramUniformMatrix3x4fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
3086 android_glProgramUniformMatrix3x4fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
3126 android_glProgramUniformMatrix4x3fv__IIIZ_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
3172 android_glProgramUniformMatrix4x3fv__IIIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jint count, jboolean transpose, jobject value_buf) argument
3212 android_glValidateProgramPipeline__I(JNIEnv *_env, jobject _this, jint pipeline) argument
3222 android_glGetProgramPipelineInfoLog(JNIEnv *_env, jobject, jint shader) argument
3240 android_glBindImageTexture__IIIZIII(JNIEnv *_env, jobject _this, jint unit, jint texture, jint level, jboolean layered, jint layer, jint access, jint format) argument
3255 android_glGetBooleani_v__II_3ZI(JNIEnv *_env, jobject _this, jint target, jint index, jbooleanArray data_ref, jint offset) argument
3299 android_glGetBooleani_v__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) argument
3337 android_glMemoryBarrier__I(JNIEnv *_env, jobject _this, jint barriers) argument
3346 android_glMemoryBarrierByRegion__I(JNIEnv *_env, jobject _this, jint barriers) argument
3355 android_glTexStorage2DMultisample__IIIIIZ(JNIEnv *_env, jobject _this, jint target, jint samples, jint internalformat, jint width, jint height, jboolean fixedsamplelocations) argument
3369 android_glGetMultisamplefv__II_3FI(JNIEnv *_env, jobject _this, jint pname, jint index, jfloatArray val_ref, jint offset) argument
3413 android_glGetMultisamplefv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jint index, jobject val_buf) argument
3451 android_glSampleMaski__II(JNIEnv *_env, jobject _this, jint maskNumber, jint mask) argument
3461 android_glGetTexLevelParameteriv__III_3II(JNIEnv *_env, jobject _this, jint target, jint level, jint pname, jintArray params_ref, jint offset) argument
3506 android_glGetTexLevelParameteriv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint pname, jobject params_buf) argument
3545 android_glGetTexLevelParameterfv__III_3FI(JNIEnv *_env, jobject _this, jint target, jint level, jint pname, jfloatArray params_ref, jint offset) argument
3590 android_glGetTexLevelParameterfv__IIILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint pname, jobject params_buf) argument
3629 android_glBindVertexBuffer__IIJI(JNIEnv *_env, jobject _this, jint bindingindex, jint buffer, jlong offset, jint stride) argument
3644 android_glVertexAttribFormat__IIIZI(JNIEnv *_env, jobject _this, jint attribindex, jint size, jint type, jboolean normalized, jint relativeoffset) argument
3657 android_glVertexAttribIFormat__IIII(JNIEnv *_env, jobject _this, jint attribindex, jint size, jint type, jint relativeoffset) argument
3669 android_glVertexAttribBinding__II(JNIEnv *_env, jobject _this, jint attribindex, jint bindingindex) argument
3679 android_glVertexBindingDivisor__II(JNIEnv *_env, jobject _this, jint bindingindex, jint divisor) argument
3792 register_android_opengl_jni_GLES31(JNIEnv *_env) argument
[all...]
H A Dandroid_opengl_GLES20.cpp81 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
83 jclass nioAccessClassLocal = _env->FindClass("java/nio/NIOAccess");
84 nioAccessClass = (jclass) _env->NewGlobalRef(nioAccessClassLocal);
86 jclass bufferClassLocal = _env->FindClass("java/nio/Buffer");
87 bufferClass = (jclass) _env->NewGlobalRef(bufferClassLocal);
89 getBasePointerID = _env->GetStaticMethodID(nioAccessClass,
91 getBaseArrayID = _env->GetStaticMethodID(nioAccessClass,
93 getBaseArrayOffsetID = _env->GetStaticMethodID(nioAccessClass,
96 positionID = _env->GetFieldID(bufferClass, "position", "I");
97 limitID = _env
103 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
131 Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) argument
137 Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) argument
143 Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) argument
149 Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) argument
155 Get(JNIEnv* _env, jintArray array, jboolean* is_copy) argument
161 Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) argument
167 Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) argument
173 Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) argument
180 getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) argument
186 Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) argument
192 Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) argument
198 Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) argument
204 Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) argument
210 Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) argument
216 Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) argument
222 Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) argument
228 Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) argument
235 releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) argument
240 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
247 getDirectBufferPointer(JNIEnv *_env, jobject buffer) argument
358 get(JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) argument
414 getarray(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
460 android_glActiveTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
469 android_glAttachShader__II(JNIEnv *_env, jobject _this, jint program, jint shader) argument
479 android_glBindAttribLocation__IILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jint index, jstring name) argument
512 android_glBindBuffer__II(JNIEnv *_env, jobject _this, jint target, jint buffer) argument
522 android_glBindFramebuffer__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
532 android_glBindRenderbuffer__II(JNIEnv *_env, jobject _this, jint target, jint renderbuffer) argument
542 android_glBindTexture__II(JNIEnv *_env, jobject _this, jint target, jint texture) argument
552 android_glBlendColor__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
564 android_glBlendEquation__I(JNIEnv *_env, jobject _this, jint mode) argument
573 android_glBlendEquationSeparate__II(JNIEnv *_env, jobject _this, jint modeRGB, jint modeAlpha) argument
583 android_glBlendFunc__II(JNIEnv *_env, jobject _this, jint sfactor, jint dfactor) argument
593 android_glBlendFuncSeparate__IIII(JNIEnv *_env, jobject _this, jint srcRGB, jint dstRGB, jint srcAlpha, jint dstAlpha) argument
605 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
646 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
691 android_glCheckFramebufferStatus__I(JNIEnv *_env, jobject _this, jint target) argument
702 android_glClear__I(JNIEnv *_env, jobject _this, jint mask) argument
711 android_glClearColor__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
723 android_glClearDepthf__F(JNIEnv *_env, jobject _this, jfloat depth) argument
732 android_glClearStencil__I(JNIEnv *_env, jobject _this, jint s) argument
741 android_glColorMask__ZZZZ(JNIEnv *_env, jobject _this, jboolean red, jboolean green, jboolean blue, jboolean alpha) argument
753 android_glCompileShader__I(JNIEnv *_env, jobject _this, jint shader) argument
762 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
805 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
849 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
865 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
881 android_glCreateProgram__(JNIEnv *_env, jobject _this) argument
890 android_glCreateShader__I(JNIEnv *_env, jobject _this, jint type) argument
901 android_glCullFace__I(JNIEnv *_env, jobject _this, jint mode) argument
910 android_glDeleteBuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray buffers_ref, jint offset) argument
959 android_glDeleteBuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject buffers_buf) argument
1002 android_glDeleteFramebuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray framebuffers_ref, jint offset) argument
1051 android_glDeleteFramebuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject framebuffers_buf) argument
1094 android_glDeleteProgram__I(JNIEnv *_env, jobject _this, jint program) argument
1103 android_glDeleteRenderbuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray renderbuffers_ref, jint offset) argument
1152 android_glDeleteRenderbuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject renderbuffers_buf) argument
1195 android_glDeleteShader__I(JNIEnv *_env, jobject _this, jint shader) argument
1204 android_glDeleteTextures__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray textures_ref, jint offset) argument
1253 android_glDeleteTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
1296 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
1305 android_glDepthMask__Z(JNIEnv *_env, jobject _this, jboolean flag) argument
1314 android_glDepthRangef__FF(JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) argument
1324 android_glDetachShader__II(JNIEnv *_env, jobject _this, jint program, jint shader) argument
1334 android_glDisable__I(JNIEnv *_env, jobject _this, jint cap) argument
1343 android_glDisableVertexAttribArray__I(JNIEnv *_env, jobject _this, jint index) argument
1352 android_glDrawArrays__III(JNIEnv *_env, jobject _this, jint mode, jint first, jint count) argument
1363 android_glDrawElements__IIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint offset) argument
1381 android_glDrawElements__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) argument
1426 android_glEnable__I(JNIEnv *_env, jobject _this, jint cap) argument
1435 android_glEnableVertexAttribArray__I(JNIEnv *_env, jobject _this, jint index) argument
1444 android_glFinish__(JNIEnv *_env, jobject _this) argument
1451 android_glFlush__(JNIEnv *_env, jobject _this) argument
1458 android_glFramebufferRenderbuffer__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) argument
1470 android_glFramebufferTexture2D__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
1483 android_glFrontFace__I(JNIEnv *_env, jobject _this, jint mode) argument
1492 android_glGenBuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray buffers_ref, jint offset) argument
1541 android_glGenBuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject buffers_buf) argument
1584 android_glGenerateMipmap__I(JNIEnv *_env, jobject _this, jint target) argument
1593 android_glGenFramebuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray framebuffers_ref, jint offset) argument
1642 android_glGenFramebuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject framebuffers_buf) argument
1685 android_glGenRenderbuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray renderbuffers_ref, jint offset) argument
1734 android_glGenRenderbuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject renderbuffers_buf) argument
1777 android_glGenTextures__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray textures_ref, jint offset) argument
1826 android_glGenTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
1869 android_glGetActiveAttrib__III_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) argument
1985 android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) argument
2037 android_glGetActiveAttrib1(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) argument
2132 android_glGetActiveAttrib2(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) argument
2193 android_glGetActiveUniform__III_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) argument
2309 android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) argument
2361 android_glGetActiveUniform1(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) argument
2459 android_glGetActiveUniform2(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) argument
2518 android_glGetAttachedShaders__II_3II_3II(JNIEnv *_env, jobject _this, jint program, jint maxcount, jintArray count_ref, jint countOffset, jintArray shaders_ref, jint shadersOffset) argument
2595 android_glGetAttachedShaders__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint maxcount, jobject count_buf, jobject shaders_buf) argument
2660 android_glGetAttribLocation__ILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jstring name) argument
2694 android_glGetBooleanv__I_3ZI(JNIEnv *_env, jobject _this, jint pname, jbooleanArray params_ref, jint offset) argument
2702 android_glGetBooleanv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
2709 android_glGetBufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2759 android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2803 android_glGetError__(JNIEnv *_env, jobject _this) argument
2812 android_glGetFloatv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
2820 android_glGetFloatv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
2827 android_glGetFramebufferAttachmentParameteriv__III_3II(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) argument
2872 android_glGetFramebufferAttachmentParameteriv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) argument
2911 android_glGetIntegerv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
2919 android_glGetIntegerv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
2926 android_glGetProgramiv__II_3II(JNIEnv *_env, jobject _this, jint program, jint pname, jintArray params_ref, jint offset) argument
2976 android_glGetProgramiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint pname, jobject params_buf) argument
3021 android_glGetProgramInfoLog(JNIEnv *_env, jobject, jint shader) argument
3039 android_glGetRenderbufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
3089 android_glGetRenderbufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3133 android_glGetShaderiv__II_3II(JNIEnv *_env, jobject _this, jint shader, jint pname, jintArray params_ref, jint offset) argument
3183 android_glGetShaderiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint shader, jint pname, jobject params_buf) argument
3228 android_glGetShaderInfoLog(JNIEnv *_env, jobject, jint shader) argument
3247 android_glGetShaderPrecisionFormat__II_3II_3II(JNIEnv *_env, jobject _this, jint shadertype, jint precisiontype, jintArray range_ref, jint rangeOffset, jintArray precision_ref, jint precisionOffset) argument
3328 android_glGetShaderPrecisionFormat__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint shadertype, jint precisiontype, jobject range_buf, jobject precision_buf) argument
3397 android_glGetShaderSource__II_3II_3BI(JNIEnv *_env, jobject _this, jint shader, jint bufsize, jintArray length_ref, jint lengthOffset, jbyteArray source_ref, jint sourceOffset) argument
3462 android_glGetShaderSource__IILjava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) argument
3486 android_glGetShaderSource(JNIEnv *_env, jobject, jint shader) argument
3503 android_glGetString(JNIEnv* _env, jobject, jint name) argument
3509 android_glGetTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
3559 android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3603 android_glGetTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
3653 android_glGetTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3697 android_glGetUniformfv__II_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jfloatArray params_ref, jint offset) argument
3747 android_glGetUniformfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) argument
3791 android_glGetUniformiv__II_3II(JNIEnv *_env, jobject _this, jint program, jint location, jintArray params_ref, jint offset) argument
3841 android_glGetUniformiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) argument
3885 android_glGetUniformLocation__ILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jstring name) argument
3919 android_glGetVertexAttribfv__II_3FI(JNIEnv *_env, jobject _this, jint index, jint pname, jfloatArray params_ref, jint offset) argument
3980 android_glGetVertexAttribfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint index, jint pname, jobject params_buf) argument
4035 android_glGetVertexAttribiv__II_3II(JNIEnv *_env, jobject _this, jint index, jint pname, jintArray params_ref, jint offset) argument
4096 android_glGetVertexAttribiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint index, jint pname, jobject params_buf) argument
4151 android_glHint__II(JNIEnv *_env, jobject _this, jint target, jint mode) argument
4161 android_glIsBuffer__I(JNIEnv *_env, jobject _this, jint buffer) argument
4172 android_glIsEnabled__I(JNIEnv *_env, jobject _this, jint cap) argument
4183 android_glIsFramebuffer__I(JNIEnv *_env, jobject _this, jint framebuffer) argument
4194 android_glIsProgram__I(JNIEnv *_env, jobject _this, jint program) argument
4205 android_glIsRenderbuffer__I(JNIEnv *_env, jobject _this, jint renderbuffer) argument
4216 android_glIsShader__I(JNIEnv *_env, jobject _this, jint shader) argument
4227 android_glIsTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
4238 android_glLineWidth__F(JNIEnv *_env, jobject _this, jfloat width) argument
4247 android_glLinkProgram__I(JNIEnv *_env, jobject _this, jint program) argument
4256 android_glPixelStorei__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
4266 android_glPolygonOffset__FF(JNIEnv *_env, jobject _this, jfloat factor, jfloat units) argument
4276 android_glReadPixels__IIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
4318 android_glReleaseShaderCompiler__(JNIEnv *_env, jobject _this) argument
4325 android_glRenderbufferStorage__IIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint width, jint height) argument
4337 android_glSampleCoverage__FZ(JNIEnv *_env, jobject _this, jfloat value, jboolean invert) argument
4347 android_glScissor__IIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) argument
4359 android_glShaderBinary__I_3IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint n, jintArray shaders_ref, jint offset, jint binaryformat, jobject binary_buf, jint length) argument
4429 android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint n, jobject shaders_buf, jint binaryformat, jobject binary_buf, jint length) argument
4495 android_glShaderSource(JNIEnv *_env, jobject _this, jint shader, jstring string) argument
4510 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
4521 android_glStencilFuncSeparate__IIII(JNIEnv *_env, jobject _this, jint face, jint func, jint ref, jint mask) argument
4533 android_glStencilMask__I(JNIEnv *_env, jobject _this, jint mask) argument
4542 android_glStencilMaskSeparate__II(JNIEnv *_env, jobject _this, jint face, jint mask) argument
4552 android_glStencilOp__III(JNIEnv *_env, jobject _this, jint fail, jint zfail, jint zpass) argument
4563 android_glStencilOpSeparate__IIII(JNIEnv *_env, jobject _this, jint face, jint fail, jint zfail, jint zpass) argument
4575 android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) argument
4613 android_glTexParameterf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
4624 android_glTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
4674 android_glTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4718 android_glTexParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
4729 android_glTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
4779 android_glTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4823 android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
4861 android_glUniform1f__IF(JNIEnv *_env, jobject _this, jint location, jfloat x) argument
4871 android_glUniform1fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
4921 android_glUniform1fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4965 android_glUniform1i__II(JNIEnv *_env, jobject _this, jint location, jint x) argument
4975 android_glUniform1iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5025 android_glUniform1iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5069 android_glUniform2f__IFF(JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y) argument
5080 android_glUniform2fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5130 android_glUniform2fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5174 android_glUniform2i__III(JNIEnv *_env, jobject _this, jint location, jint x, jint y) argument
5185 android_glUniform2iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5235 android_glUniform2iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5279 android_glUniform3f__IFFF(JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y, jfloat z) argument
5291 android_glUniform3fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5341 android_glUniform3fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5385 android_glUniform3i__IIII(JNIEnv *_env, jobject _this, jint location, jint x, jint y, jint z) argument
5397 android_glUniform3iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5447 android_glUniform3iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5491 android_glUniform4f__IFFFF(JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y, jfloat z, jfloat w) argument
5504 android_glUniform4fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5554 android_glUniform4fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5598 android_glUniform4i__IIIII(JNIEnv *_env, jobject _this, jint location, jint x, jint y, jint z, jint w) argument
5611 android_glUniform4iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5661 android_glUniform4iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5705 android_glUniformMatrix2fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5756 android_glUniformMatrix2fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
5801 android_glUniformMatrix3fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5852 android_glUniformMatrix3fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
5897 android_glUniformMatrix4fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5948 android_glUniformMatrix4fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
5993 android_glUseProgram__I(JNIEnv *_env, jobject _this, jint program) argument
6002 android_glValidateProgram__I(JNIEnv *_env, jobject _this, jint program) argument
6011 android_glVertexAttrib1f__IF(JNIEnv *_env, jobject _this, jint indx, jfloat x) argument
6021 android_glVertexAttrib1fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
6070 android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
6113 android_glVertexAttrib2f__IFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y) argument
6124 android_glVertexAttrib2fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
6173 android_glVertexAttrib2fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
6216 android_glVertexAttrib3f__IFFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y, jfloat z) argument
6228 android_glVertexAttrib3fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
6277 android_glVertexAttrib3fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
6320 android_glVertexAttrib4f__IFFFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y, jfloat z, jfloat w) argument
6333 android_glVertexAttrib4fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
6382 android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
6425 android_glVertexAttribPointer__IIIZII(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jint offset) argument
6439 android_glVertexAttribPointerBounds__IIIZILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jobject ptr_buf, jint remaining) argument
6471 android_glViewport__IIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) argument
6680 register_android_opengl_jni_GLES20(JNIEnv *_env) argument
[all...]
H A Dandroid_opengl_GLES30.cpp81 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
83 jclass nioAccessClassLocal = _env->FindClass("java/nio/NIOAccess");
84 nioAccessClass = (jclass) _env->NewGlobalRef(nioAccessClassLocal);
86 jclass bufferClassLocal = _env->FindClass("java/nio/Buffer");
87 bufferClass = (jclass) _env->NewGlobalRef(bufferClassLocal);
89 getBasePointerID = _env->GetStaticMethodID(nioAccessClass,
91 getBaseArrayID = _env->GetStaticMethodID(nioAccessClass,
93 getBaseArrayOffsetID = _env->GetStaticMethodID(nioAccessClass,
96 positionID = _env->GetFieldID(bufferClass, "position", "I");
97 limitID = _env
103 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
131 Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) argument
137 Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) argument
143 Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) argument
149 Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) argument
155 Get(JNIEnv* _env, jintArray array, jboolean* is_copy) argument
161 Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) argument
167 Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) argument
173 Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) argument
180 getArrayPointer(JNIEnv *_env, JTYPEARRAY array, jboolean* is_copy) argument
186 Release(JNIEnv* _env, jbyteArray array, jbyte* data, jboolean commit) argument
192 Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jboolean commit) argument
198 Release(JNIEnv* _env, jcharArray array, jchar* data, jboolean commit) argument
204 Release(JNIEnv* _env, jshortArray array, jshort* data, jboolean commit) argument
210 Release(JNIEnv* _env, jintArray array, jint* data, jboolean commit) argument
216 Release(JNIEnv* _env, jlongArray array, jlong* data, jboolean commit) argument
222 Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) argument
228 Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jboolean commit) argument
235 releaseArrayPointer(JNIEnv *_env, JTYPEARRAY array, NTYPEARRAY data, jboolean commit) argument
240 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
247 getDirectBufferPointer(JNIEnv *_env, jobject buffer) argument
358 get(JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) argument
414 getarray(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
460 android_glReadBuffer__I(JNIEnv *_env, jobject _this, jint mode) argument
469 android_glDrawRangeElements__IIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint mode, jint start, jint end, jint count, jint type, jobject indices_buf) argument
510 android_glDrawRangeElements__IIIIII(JNIEnv *_env, jobject _this, jint mode, jint start, jint end, jint count, jint type, jint offset) argument
524 android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jobject pixels_buf) argument
563 android_glTexImage3D__IIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, jint type, jint offset) argument
581 android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jobject pixels_buf) argument
627 android_glTexSubImage3D__IIIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint type, jint offset) argument
646 android_glCopyTexSubImage3D__IIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint x, jint y, jint width, jint height) argument
663 android_glCompressedTexImage3D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jobject data_buf) argument
707 android_glCompressedTexImage3D__IIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize, jint offset) argument
724 android_glCompressedTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jobject data_buf) argument
770 android_glCompressedTexSubImage3D__IIIIIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint width, jint height, jint depth, jint format, jint imageSize, jint offset) argument
789 android_glGenQueries__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray ids_ref, jint offset) argument
832 android_glGenQueries__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject ids_buf) argument
869 android_glDeleteQueries__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray ids_ref, jint offset) argument
912 android_glDeleteQueries__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject ids_buf) argument
949 android_glIsQuery__I(JNIEnv *_env, jobject _this, jint id) argument
960 android_glBeginQuery__II(JNIEnv *_env, jobject _this, jint target, jint id) argument
970 android_glEndQuery__I(JNIEnv *_env, jobject _this, jint target) argument
979 android_glGetQueryiv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
1023 android_glGetQueryiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1061 android_glGetQueryObjectuiv__II_3II(JNIEnv *_env, jobject _this, jint id, jint pname, jintArray params_ref, jint offset) argument
1105 android_glGetQueryObjectuiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint id, jint pname, jobject params_buf) argument
1143 android_glUnmapBuffer__I(JNIEnv *_env, jobject _this, jint target) argument
1154 android_glGetBufferPointerv__II(JNIEnv *_env, jobject _this, jint target, jint pname) argument
1165 android_glDrawBuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray bufs_ref, jint offset) argument
1208 android_glDrawBuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject bufs_buf) argument
1245 android_glUniformMatrix2x3fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1290 android_glUniformMatrix2x3fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
1329 android_glUniformMatrix3x2fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1374 android_glUniformMatrix3x2fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
1413 android_glUniformMatrix2x4fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1458 android_glUniformMatrix2x4fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
1497 android_glUniformMatrix4x2fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1542 android_glUniformMatrix4x2fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
1581 android_glUniformMatrix3x4fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1626 android_glUniformMatrix3x4fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
1665 android_glUniformMatrix4x3fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
1710 android_glUniformMatrix4x3fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
1749 android_glBlitFramebuffer__IIIIIIIIII(JNIEnv *_env, jobject _this, jint srcX0, jint srcY0, jint srcX1, jint srcY1, jint dstX0, jint dstY0, jint dstX1, jint dstY1, jint mask, jint filter) argument
1767 android_glRenderbufferStorageMultisample__IIIII(JNIEnv *_env, jobject _this, jint target, jint samples, jint internalformat, jint width, jint height) argument
1780 android_glFramebufferTextureLayer__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level, jint layer) argument
1793 android_glMapBufferRange__IIII(JNIEnv *_env, jobject _this, jint target, jint offset, jint length, jint access) argument
1806 android_glFlushMappedBufferRange__III(JNIEnv *_env, jobject _this, jint target, jint offset, jint length) argument
1817 android_glBindVertexArray__I(JNIEnv *_env, jobject _this, jint array) argument
1826 android_glDeleteVertexArrays__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray arrays_ref, jint offset) argument
1869 android_glDeleteVertexArrays__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject arrays_buf) argument
1906 android_glGenVertexArrays__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray arrays_ref, jint offset) argument
1949 android_glGenVertexArrays__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject arrays_buf) argument
1986 android_glIsVertexArray__I(JNIEnv *_env, jobject _this, jint array) argument
1997 android_glGetIntegeri_v__II_3II(JNIEnv *_env, jobject _this, jint target, jint index, jintArray data_ref, jint offset) argument
2041 android_glGetIntegeri_v__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) argument
2079 android_glBeginTransformFeedback__I(JNIEnv *_env, jobject _this, jint primitiveMode) argument
2088 android_glEndTransformFeedback__(JNIEnv *_env, jobject _this) argument
2095 android_glBindBufferRange__IIIII(JNIEnv *_env, jobject _this, jint target, jint index, jint buffer, jint offset, jint size) argument
2108 android_glBindBufferBase__III(JNIEnv *_env, jobject _this, jint target, jint index, jint buffer) argument
2120 android_glTransformFeedbackVaryings(JNIEnv *_env, jobject _this, jint program, jobjectArray varyings_ref, jint bufferMode) argument
2168 android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) argument
2284 android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) argument
2291 android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jobject name_buf) argument
2356 android_glGetTransformFeedbackVarying1(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) argument
2451 android_glGetTransformFeedbackVarying2(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) argument
2512 android_glVertexAttribIPointerBounds__IIIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint index, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2543 android_glVertexAttribIPointer__IIIII(JNIEnv *_env, jobject _this, jint index, jint size, jint type, jint stride, jint offset) argument
2556 android_glGetVertexAttribIiv__II_3II(JNIEnv *_env, jobject _this, jint index, jint pname, jintArray params_ref, jint offset) argument
2600 android_glGetVertexAttribIiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint index, jint pname, jobject params_buf) argument
2638 android_glGetVertexAttribIuiv__II_3II(JNIEnv *_env, jobject _this, jint index, jint pname, jintArray params_ref, jint offset) argument
2682 android_glGetVertexAttribIuiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint index, jint pname, jobject params_buf) argument
2720 android_glVertexAttribI4i__IIIII(JNIEnv *_env, jobject _this, jint index, jint x, jint y, jint z, jint w) argument
2733 android_glVertexAttribI4ui__IIIII(JNIEnv *_env, jobject _this, jint index, jint x, jint y, jint z, jint w) argument
2746 android_glVertexAttribI4iv__I_3II(JNIEnv *_env, jobject _this, jint index, jintArray v_ref, jint offset) argument
2789 android_glVertexAttribI4iv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint index, jobject v_buf) argument
2826 android_glVertexAttribI4uiv__I_3II(JNIEnv *_env, jobject _this, jint index, jintArray v_ref, jint offset) argument
2869 android_glVertexAttribI4uiv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint index, jobject v_buf) argument
2906 android_glGetUniformuiv__II_3II(JNIEnv *_env, jobject _this, jint program, jint location, jintArray params_ref, jint offset) argument
2950 android_glGetUniformuiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) argument
2988 android_glGetFragDataLocation__ILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jstring name) argument
3022 android_glUniform1ui__II(JNIEnv *_env, jobject _this, jint location, jint v0) argument
3032 android_glUniform2ui__III(JNIEnv *_env, jobject _this, jint location, jint v0, jint v1) argument
3043 android_glUniform3ui__IIII(JNIEnv *_env, jobject _this, jint location, jint v0, jint v1, jint v2) argument
3055 android_glUniform4ui__IIIII(JNIEnv *_env, jobject _this, jint location, jint v0, jint v1, jint v2, jint v3) argument
3068 android_glUniform1uiv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) argument
3112 android_glUniform1uiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject value_buf) argument
3150 android_glUniform2uiv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) argument
3194 android_glUniform2uiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject value_buf) argument
3232 android_glUniform3uiv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) argument
3276 android_glUniform3uiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject value_buf) argument
3314 android_glUniform4uiv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray value_ref, jint offset) argument
3358 android_glUniform4uiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject value_buf) argument
3396 android_glClearBufferiv__II_3II(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jintArray value_ref, jint offset) argument
3440 android_glClearBufferiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jobject value_buf) argument
3478 android_glClearBufferuiv__II_3II(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jintArray value_ref, jint offset) argument
3522 android_glClearBufferuiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jobject value_buf) argument
3560 android_glClearBufferfv__II_3FI(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jfloatArray value_ref, jint offset) argument
3604 android_glClearBufferfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jobject value_buf) argument
3642 android_glClearBufferfi__IIFI(JNIEnv *_env, jobject _this, jint buffer, jint drawbuffer, jfloat depth, jint stencil) argument
3654 android_glGetStringi__II(JNIEnv *_env, jobject _this, jint name, jint index) argument
3662 android_glCopyBufferSubData__IIIII(JNIEnv *_env, jobject _this, jint readTarget, jint writeTarget, jint readOffset, jint writeOffset, jint size) argument
3676 android_glGetUniformIndices_array(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jintArray uniformIndices_ref, jint uniformIndicesOffset) argument
3752 android_glGetUniformIndices_buffer(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) argument
3829 android_glGetActiveUniformsiv__II_3III_3II(JNIEnv *_env, jobject _this, jint program, jint uniformCount, jintArray uniformIndices_ref, jint uniformIndicesOffset, jint pname, jintArray params_ref, jint paramsOffset) argument
3899 android_glGetActiveUniformsiv__IILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint uniformCount, jobject uniformIndices_buf, jint pname, jobject params_buf) argument
3957 android_glGetUniformBlockIndex__ILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jstring uniformBlockName) argument
3991 android_glGetActiveUniformBlockiv__III_3II(JNIEnv *_env, jobject _this, jint program, jint uniformBlockIndex, jint pname, jintArray params_ref, jint offset) argument
4036 android_glGetActiveUniformBlockiv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint uniformBlockIndex, jint pname, jobject params_buf) argument
4075 android_glGetActiveUniformBlockName_III_3II_3BI(JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, int bufSize, jintArray length_ref, jint lengthOffset, jbyteArray name_ref, jint nameOffset) argument
4141 android_glGetActiveUniformBlockName_IILjava_nio_Buffer_2Ljava_nio_Buffer_2(JNIEnv* _env, jobject _this, jint program, jint uniformBlockIndex, jobject length_buf, jobject uniformBlockName_buf) argument
4183 android_glGetActiveUniformBlockName_II(JNIEnv *_env, jobject _this, jint program, jint uniformBlockIndex) argument
4197 android_glUniformBlockBinding__III(JNIEnv *_env, jobject _this, jint program, jint uniformBlockIndex, jint uniformBlockBinding) argument
4208 android_glDrawArraysInstanced__IIII(JNIEnv *_env, jobject _this, jint mode, jint first, jint count, jint instanceCount) argument
4220 android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf, jint instanceCount) argument
4246 android_glDrawElementsInstanced__IIIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint indicesOffset, jint instanceCount) argument
4258 android_glFenceSync__II(JNIEnv *_env, jobject _this, jint condition, jint flags) argument
4270 android_glIsSync__J(JNIEnv *_env, jobject _this, jlong sync) argument
4281 android_glDeleteSync__J(JNIEnv *_env, jobject _this, jlong sync) argument
4290 android_glClientWaitSync__JIJ(JNIEnv *_env, jobject _this, jlong sync, jint flags, jlong timeout) argument
4303 android_glWaitSync__JIJ(JNIEnv *_env, jobject _this, jlong sync, jint flags, jlong timeout) argument
4314 android_glGetInteger64v__I_3JI(JNIEnv *_env, jobject _this, jint pname, jlongArray params_ref, jint offset) argument
4357 android_glGetInteger64v__ILjava_nio_LongBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
4394 android_glGetSynciv__JII_3II_3II(JNIEnv *_env, jobject _this, jlong sync, jint pname, jint bufSize, jintArray length_ref, jint lengthOffset, jintArray values_ref, jint valuesOffset) argument
4460 android_glGetSynciv__JIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jlong sync, jint pname, jint bufSize, jobject length_buf, jobject values_buf) argument
4514 android_glGetInteger64i_v__II_3JI(JNIEnv *_env, jobject _this, jint target, jint index, jlongArray data_ref, jint offset) argument
4558 android_glGetInteger64i_v__IILjava_nio_LongBuffer_2(JNIEnv *_env, jobject _this, jint target, jint index, jobject data_buf) argument
4596 android_glGetBufferParameteri64v__II_3JI(JNIEnv *_env, jobject _this, jint target, jint pname, jlongArray params_ref, jint offset) argument
4640 android_glGetBufferParameteri64v__IILjava_nio_LongBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4678 android_glGenSamplers__I_3II(JNIEnv *_env, jobject _this, jint count, jintArray samplers_ref, jint offset) argument
4721 android_glGenSamplers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) argument
4758 android_glDeleteSamplers__I_3II(JNIEnv *_env, jobject _this, jint count, jintArray samplers_ref, jint offset) argument
4801 android_glDeleteSamplers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject samplers_buf) argument
4838 android_glIsSampler__I(JNIEnv *_env, jobject _this, jint sampler) argument
4849 android_glBindSampler__II(JNIEnv *_env, jobject _this, jint unit, jint sampler) argument
4859 android_glSamplerParameteri__III(JNIEnv *_env, jobject _this, jint sampler, jint pname, jint param) argument
4870 android_glSamplerParameteriv__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray param_ref, jint offset) argument
4914 android_glSamplerParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) argument
4952 android_glSamplerParameterf__IIF(JNIEnv *_env, jobject _this, jint sampler, jint pname, jfloat param) argument
4963 android_glSamplerParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint sampler, jint pname, jfloatArray param_ref, jint offset) argument
5007 android_glSamplerParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) argument
5045 android_glGetSamplerParameteriv__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray params_ref, jint offset) argument
5089 android_glGetSamplerParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject params_buf) argument
5127 android_glGetSamplerParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint sampler, jint pname, jfloatArray params_ref, jint offset) argument
5171 android_glGetSamplerParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject params_buf) argument
5209 android_glVertexAttribDivisor__II(JNIEnv *_env, jobject _this, jint index, jint divisor) argument
5219 android_glBindTransformFeedback__II(JNIEnv *_env, jobject _this, jint target, jint id) argument
5229 android_glDeleteTransformFeedbacks__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray ids_ref, jint offset) argument
5272 android_glDeleteTransformFeedbacks__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject ids_buf) argument
5309 android_glGenTransformFeedbacks__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray ids_ref, jint offset) argument
5352 android_glGenTransformFeedbacks__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject ids_buf) argument
5389 android_glIsTransformFeedback__I(JNIEnv *_env, jobject _this, jint id) argument
5400 android_glPauseTransformFeedback__(JNIEnv *_env, jobject _this) argument
5407 android_glResumeTransformFeedback__(JNIEnv *_env, jobject _this) argument
5414 android_glGetProgramBinary__II_3II_3IILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint program, jint bufSize, jintArray length_ref, jint lengthOffset, jintArray binaryFormat_ref, jint binaryFormatOffset, jobject binary_buf) argument
5498 android_glGetProgramBinary__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint program, jint bufSize, jobject length_buf, jobject binaryFormat_buf, jobject binary_buf) argument
5570 android_glProgramBinary__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint program, jint binaryFormat, jobject binary_buf, jint length) argument
5609 android_glProgramParameteri__III(JNIEnv *_env, jobject _this, jint program, jint pname, jint value) argument
5620 android_glInvalidateFramebuffer__II_3II(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset) argument
5664 android_glInvalidateFramebuffer__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf) argument
5702 android_glInvalidateSubFramebuffer__II_3IIIIII(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jintArray attachments_ref, jint offset, jint x, jint y, jint width, jint height) argument
5750 android_glInvalidateSubFramebuffer__IILjava_nio_IntBuffer_2IIII(JNIEnv *_env, jobject _this, jint target, jint numAttachments, jobject attachments_buf, jint x, jint y, jint width, jint height) argument
5792 android_glTexStorage2D__IIIII(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint height) argument
5805 android_glTexStorage3D__IIIIII(JNIEnv *_env, jobject _this, jint target, jint levels, jint internalformat, jint width, jint height, jint depth) argument
5819 android_glGetInternalformativ__IIII_3II(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint pname, jint bufSize, jintArray params_ref, jint offset) argument
5865 android_glGetInternalformativ__IIIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint pname, jint bufSize, jobject params_buf) argument
5905 android_glReadPixels__IIIIIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height, jint format, jint type, jint offset) argument
6087 register_android_opengl_jni_GLES30(JNIEnv *_env) argument
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp90 nativeClassInit(JNIEnv *_env, jclass glImplClass) argument
92 jclass nioAccessClassLocal = _env->FindClass("java/nio/NIOAccess");
93 nioAccessClass = (jclass) _env->NewGlobalRef(nioAccessClassLocal);
95 jclass bufferClassLocal = _env->FindClass("java/nio/Buffer");
96 bufferClass = (jclass) _env->NewGlobalRef(bufferClassLocal);
98 jclass g11impClassLocal = _env->FindClass("com/google/android/gles_jni/GLImpl");
99 G11ImplClass = (jclass) _env->NewGlobalRef(g11impClassLocal);
100 haveCheckedExtensionsID = _env->GetFieldID(G11ImplClass, "haveCheckedExtensions", "Z");
101 have_OES_blend_equation_separateID = _env->GetFieldID(G11ImplClass, "have_OES_blend_equation_separate", "Z");
102 have_OES_blend_subtractID = _env
121 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining, jint *offset) argument
153 releasePointer(JNIEnv *_env, jarray array, void *data, jboolean commit) argument
164 allowIndirectBuffers(JNIEnv *_env) argument
174 getDirectBufferPointer(JNIEnv *_env, jobject buffer) argument
250 supportsExtension(JNIEnv *_env, jobject impl, jfieldID fieldId) argument
269 android_glActiveTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
278 android_glAlphaFunc__IF(JNIEnv *_env, jobject _this, jint func, jfloat ref) argument
288 android_glAlphaFuncx__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
298 android_glBindTexture__II(JNIEnv *_env, jobject _this, jint target, jint texture) argument
308 android_glBlendFunc__II(JNIEnv *_env, jobject _this, jint sfactor, jint dfactor) argument
318 android_glClear__I(JNIEnv *_env, jobject _this, jint mask) argument
327 android_glClearColor__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
339 android_glClearColorx__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
351 android_glClearDepthf__F(JNIEnv *_env, jobject _this, jfloat depth) argument
360 android_glClearDepthx__I(JNIEnv *_env, jobject _this, jint depth) argument
369 android_glClearStencil__I(JNIEnv *_env, jobject _this, jint s) argument
378 android_glClientActiveTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
387 android_glColor4f__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
399 android_glColor4x__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
411 android_glColorMask__ZZZZ(JNIEnv *_env, jobject _this, jboolean red, jboolean green, jboolean blue, jboolean alpha) argument
423 android_glColorPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
453 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
496 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
540 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
556 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
572 android_glCullFace__I(JNIEnv *_env, jobject _this, jint mode) argument
581 android_glDeleteTextures__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray textures_ref, jint offset) argument
630 android_glDeleteTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
673 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
682 android_glDepthMask__Z(JNIEnv *_env, jobject _this, jboolean flag) argument
691 android_glDepthRangef__FF(JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) argument
701 android_glDepthRangex__II(JNIEnv *_env, jobject _this, jint zNear, jint zFar) argument
711 android_glDisable__I(JNIEnv *_env, jobject _this, jint cap) argument
720 android_glDisableClientState__I(JNIEnv *_env, jobject _this, jint array) argument
729 android_glDrawArrays__III(JNIEnv *_env, jobject _this, jint mode, jint first, jint count) argument
740 android_glDrawElements__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) argument
785 android_glEnable__I(JNIEnv *_env, jobject _this, jint cap) argument
794 android_glEnableClientState__I(JNIEnv *_env, jobject _this, jint array) argument
803 android_glFinish__(JNIEnv *_env, jobject _this) argument
810 android_glFlush__(JNIEnv *_env, jobject _this) argument
817 android_glFogf__IF(JNIEnv *_env, jobject _this, jint pname, jfloat param) argument
827 android_glFogfv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
901 android_glFogfv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
969 android_glFogx__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
979 android_glFogxv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
1053 android_glFogxv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1121 android_glFrontFace__I(JNIEnv *_env, jobject _this, jint mode) argument
1130 android_glFrustumf__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
1144 android_glFrustumx__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
1158 android_glGenTextures__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray textures_ref, jint offset) argument
1207 android_glGenTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
1250 android_glGetError__(JNIEnv *_env, jobject _this) argument
1259 android_glGetIntegerv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
1639 android_glGetIntegerv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
2012 android_glGetString(JNIEnv *_env, jobject, jint name) argument
2018 android_glHint__II(JNIEnv *_env, jobject _this, jint target, jint mode) argument
2028 android_glLightModelf__IF(JNIEnv *_env, jobject _this, jint pname, jfloat param) argument
2038 android_glLightModelfv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
2103 android_glLightModelfv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
2162 android_glLightModelx__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
2172 android_glLightModelxv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
2237 android_glLightModelxv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
2296 android_glLightf__IIF(JNIEnv *_env, jobject _this, jint light, jint pname, jfloat param) argument
2307 android_glLightfv__II_3FI(JNIEnv *_env, jobject _this, jint light, jint pname, jfloatArray params_ref, jint offset) argument
2399 android_glLightfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
2485 android_glLightx__III(JNIEnv *_env, jobject _this, jint light, jint pname, jint param) argument
2496 android_glLightxv__II_3II(JNIEnv *_env, jobject _this, jint light, jint pname, jintArray params_ref, jint offset) argument
2588 android_glLightxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
2674 android_glLineWidth__F(JNIEnv *_env, jobject _this, jfloat width) argument
2683 android_glLineWidthx__I(JNIEnv *_env, jobject _this, jint width) argument
2692 android_glLoadIdentity__(JNIEnv *_env, jobject _this) argument
2699 android_glLoadMatrixf___3FI(JNIEnv *_env, jobject _this, jfloatArray m_ref, jint offset) argument
2741 android_glLoadMatrixf__Ljava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
2777 android_glLoadMatrixx___3II(JNIEnv *_env, jobject _this, jintArray m_ref, jint offset) argument
2819 android_glLoadMatrixx__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
2855 android_glLogicOp__I(JNIEnv *_env, jobject _this, jint opcode) argument
2864 android_glMaterialf__IIF(JNIEnv *_env, jobject _this, jint face, jint pname, jfloat param) argument
2875 android_glMaterialfv__II_3FI(JNIEnv *_env, jobject _this, jint face, jint pname, jfloatArray params_ref, jint offset) argument
2953 android_glMaterialfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
3025 android_glMaterialx__III(JNIEnv *_env, jobject _this, jint face, jint pname, jint param) argument
3036 android_glMaterialxv__II_3II(JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) argument
3114 android_glMaterialxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
3186 android_glMatrixMode__I(JNIEnv *_env, jobject _this, jint mode) argument
3195 android_glMultMatrixf___3FI(JNIEnv *_env, jobject _this, jfloatArray m_ref, jint offset) argument
3237 android_glMultMatrixf__Ljava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
3273 android_glMultMatrixx___3II(JNIEnv *_env, jobject _this, jintArray m_ref, jint offset) argument
3315 android_glMultMatrixx__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
3351 android_glMultiTexCoord4f__IFFFF(JNIEnv *_env, jobject _this, jint target, jfloat s, jfloat t, jfloat r, jfloat q) argument
3364 android_glMultiTexCoord4x__IIIII(JNIEnv *_env, jobject _this, jint target, jint s, jint t, jint r, jint q) argument
3377 android_glNormal3f__FFF(JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) argument
3388 android_glNormal3x__III(JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) argument
3399 android_glNormalPointerBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3428 android_glOrthof__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
3442 android_glOrthox__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
3456 android_glPixelStorei__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
3466 android_glPointSize__F(JNIEnv *_env, jobject _this, jfloat size) argument
3475 android_glPointSizex__I(JNIEnv *_env, jobject _this, jint size) argument
3484 android_glPolygonOffset__FF(JNIEnv *_env, jobject _this, jfloat factor, jfloat units) argument
3494 android_glPolygonOffsetx__II(JNIEnv *_env, jobject _this, jint factor, jint units) argument
3504 android_glPopMatrix__(JNIEnv *_env, jobject _this) argument
3511 android_glPushMatrix__(JNIEnv *_env, jobject _this) argument
3518 android_glReadPixels__IIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
3560 android_glRotatef__FFFF(JNIEnv *_env, jobject _this, jfloat angle, jfloat x, jfloat y, jfloat z) argument
3572 android_glRotatex__IIII(JNIEnv *_env, jobject _this, jint angle, jint x, jint y, jint z) argument
3584 android_glSampleCoverage__FZ(JNIEnv *_env, jobject _this, jfloat value, jboolean invert) argument
3594 android_glSampleCoveragex__IZ(JNIEnv *_env, jobject _this, jint value, jboolean invert) argument
3604 android_glScalef__FFF(JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z) argument
3615 android_glScalex__III(JNIEnv *_env, jobject _this, jint x, jint y, jint z) argument
3626 android_glScissor__IIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) argument
3638 android_glShadeModel__I(JNIEnv *_env, jobject _this, jint mode) argument
3647 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
3658 android_glStencilMask__I(JNIEnv *_env, jobject _this, jint mask) argument
3667 android_glStencilOp__III(JNIEnv *_env, jobject _this, jint fail, jint zfail, jint zpass) argument
3678 android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3708 android_glTexEnvf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
3719 android_glTexEnvfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
3791 android_glTexEnvfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3857 android_glTexEnvx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
3868 android_glTexEnvxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
3940 android_glTexEnvxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4006 android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) argument
4044 android_glTexParameterf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
4055 android_glTexParameterx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
4066 android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
4104 android_glTranslatef__FFF(JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z) argument
4115 android_glTranslatex__III(JNIEnv *_env, jobject _this, jint x, jint y, jint z) argument
4126 android_glVertexPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
4156 android_glViewport__IIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) argument
4168 android_glQueryMatrixxOES___3II_3II(JNIEnv *_env, jobject _this, jintArray mantissa_ref, jint mantissaOffset, jintArray exponent_ref, jint exponentOffset) argument
4249 android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject mantissa_buf, jobject exponent_buf) argument
4318 android_glBindBuffer__II(JNIEnv *_env, jobject _this, jint target, jint buffer) argument
4328 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
4369 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
4414 android_glClipPlanef__I_3FI(JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) argument
4463 android_glClipPlanef__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
4506 android_glClipPlanex__I_3II(JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) argument
4555 android_glClipPlanex__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
4598 android_glColor4ub__BBBB(JNIEnv *_env, jobject _this, jbyte red, jbyte green, jbyte blue, jbyte alpha) argument
4610 android_glColorPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
4622 android_glDeleteBuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray buffers_ref, jint offset) argument
4671 android_glDeleteBuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject buffers_buf) argument
4714 android_glDrawElements__IIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint offset) argument
4732 android_glGenBuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray buffers_ref, jint offset) argument
4781 android_glGenBuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject buffers_buf) argument
4824 android_glGetBooleanv__I_3ZI(JNIEnv *_env, jobject _this, jint pname, jbooleanArray params_ref, jint offset) argument
4867 android_glGetBooleanv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
4904 android_glGetBufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
4912 android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4920 android_glGetClipPlanef__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray eqn_ref, jint offset) argument
4963 android_glGetClipPlanef__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject eqn_buf) argument
5000 android_glGetClipPlanex__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray eqn_ref, jint offset) argument
5043 android_glGetClipPlanex__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject eqn_buf) argument
5080 android_glGetFixedv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
5123 android_glGetFixedv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
5160 android_glGetFloatv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
5203 android_glGetFloatv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
5240 android_glGetLightfv__II_3FI(JNIEnv *_env, jobject _this, jint light, jint pname, jfloatArray params_ref, jint offset) argument
5332 android_glGetLightfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
5418 android_glGetLightxv__II_3II(JNIEnv *_env, jobject _this, jint light, jint pname, jintArray params_ref, jint offset) argument
5510 android_glGetLightxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
5596 android_glGetMaterialfv__II_3FI(JNIEnv *_env, jobject _this, jint face, jint pname, jfloatArray params_ref, jint offset) argument
5674 android_glGetMaterialfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
5746 android_glGetMaterialxv__II_3II(JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) argument
5824 android_glGetMaterialxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
5896 android_glGetTexEnviv__II_3II(JNIEnv *_env, jobject _this, jint env, jint pname, jintArray params_ref, jint offset) argument
5968 android_glGetTexEnviv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint env, jint pname, jobject params_buf) argument
6034 android_glGetTexEnvxv__II_3II(JNIEnv *_env, jobject _this, jint env, jint pname, jintArray params_ref, jint offset) argument
6106 android_glGetTexEnvxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint env, jint pname, jobject params_buf) argument
6172 android_glGetTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
6222 android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6266 android_glGetTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6316 android_glGetTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6360 android_glGetTexParameterxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6410 android_glGetTexParameterxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6454 android_glIsBuffer__I(JNIEnv *_env, jobject _this, jint buffer) argument
6465 android_glIsEnabled__I(JNIEnv *_env, jobject _this, jint cap) argument
6476 android_glIsTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
6487 android_glNormalPointer__III(JNIEnv *_env, jobject _this, jint type, jint stride, jint offset) argument
6498 android_glPointParameterf__IF(JNIEnv *_env, jobject _this, jint pname, jfloat param) argument
6508 android_glPointParameterfv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
6557 android_glPointParameterfv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
6600 android_glPointParameterx__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
6610 android_glPointParameterxv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
6659 android_glPointParameterxv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
6702 android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
6731 android_glTexCoordPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
6743 android_glTexEnvi__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
6754 android_glTexEnviv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6826 android_glTexEnviv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6892 android_glTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
6942 android_glTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6986 android_glTexParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
6997 android_glTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
7047 android_glTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
7091 android_glTexParameterxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
7141 android_glTexParameterxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
7185 android_glVertexPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
7197 android_glCurrentPaletteMatrixOES__I(JNIEnv *_env, jobject _this, jint matrixpaletteindex) argument
7206 android_glDrawTexfOES__FFFFF(JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z, jfloat width, jfloat height) argument
7219 android_glDrawTexfvOES___3FI(JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) argument
7267 android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jobject coords_buf) argument
7309 android_glDrawTexiOES__IIIII(JNIEnv *_env, jobject _this, jint x, jint y, jint z, jint width, jint height) argument
7322 android_glDrawTexivOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
7370 android_glDrawTexivOES__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject coords_buf) argument
7412 android_glDrawTexsOES__SSSSS(JNIEnv *_env, jobject _this, jshort x, jshort y, jshort z, jshort width, jshort height) argument
7425 android_glDrawTexsvOES___3SI(JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) argument
7473 android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2(JNIEnv *_env, jobject _this, jobject coords_buf) argument
7515 android_glDrawTexxOES__IIIII(JNIEnv *_env, jobject _this, jint x, jint y, jint z, jint width, jint height) argument
7528 android_glDrawTexxvOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
7576 android_glDrawTexxvOES__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject coords_buf) argument
7618 android_glLoadPaletteFromModelViewMatrixOES__(JNIEnv *_env, jobject _this) argument
7625 android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
7655 android_glMatrixIndexPointerOES__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
7667 android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
7697 android_glWeightPointerOES__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
7709 android_glBindFramebufferOES__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
7724 android_glBindRenderbufferOES__II(JNIEnv *_env, jobject _this, jint target, jint renderbuffer) argument
7739 android_glBlendEquation__I(JNIEnv *_env, jobject _this, jint mode) argument
7753 android_glBlendEquationSeparate__II(JNIEnv *_env, jobject _this, jint modeRGB, jint modeAlpha) argument
7768 android_glBlendFuncSeparate__IIII(JNIEnv *_env, jobject _this, jint srcRGB, jint dstRGB, jint srcAlpha, jint dstAlpha) argument
7785 android_glCheckFramebufferStatusOES__I(JNIEnv *_env, jobject _this, jint target) argument
7801 android_glDeleteFramebuffersOES__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray framebuffers_ref, jint offset) argument
7855 android_glDeleteFramebuffersOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject framebuffers_buf) argument
7903 android_glDeleteRenderbuffersOES__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray renderbuffers_ref, jint offset) argument
7957 android_glDeleteRenderbuffersOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject renderbuffers_buf) argument
8005 android_glFramebufferRenderbufferOES__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) argument
8022 android_glFramebufferTexture2DOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
8040 android_glGenerateMipmapOES__I(JNIEnv *_env, jobject _this, jint target) argument
8054 android_glGenFramebuffersOES__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray framebuffers_ref, jint offset) argument
8108 android_glGenFramebuffersOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject framebuffers_buf) argument
8156 android_glGenRenderbuffersOES__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray renderbuffers_ref, jint offset) argument
8210 android_glGenRenderbuffersOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject renderbuffers_buf) argument
8258 android_glGetFramebufferAttachmentParameterivOES__III_3II(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) argument
8308 android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) argument
8352 android_glGetRenderbufferParameterivOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
8401 android_glGetRenderbufferParameterivOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
8444 android_glGetTexGenfv__II_3FI(JNIEnv *_env, jobject _this, jint coord, jint pname, jfloatArray params_ref, jint offset) argument
8493 android_glGetTexGenfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
8536 android_glGetTexGeniv__II_3II(JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) argument
8585 android_glGetTexGeniv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
8628 android_glGetTexGenxv__II_3II(JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) argument
8677 android_glGetTexGenxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
8720 android_glIsFramebufferOES__I(JNIEnv *_env, jobject _this, jint framebuffer) argument
8736 android_glIsRenderbufferOES__I(JNIEnv *_env, jobject _this, jint renderbuffer) argument
8752 android_glRenderbufferStorageOES__IIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint width, jint height) argument
8769 android_glTexGenf__IIF(JNIEnv *_env, jobject _this, jint coord, jint pname, jfloat param) argument
8785 android_glTexGenfv__II_3FI(JNIEnv *_env, jobject _this, jint coord, jint pname, jfloatArray params_ref, jint offset) argument
8834 android_glTexGenfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
8877 android_glTexGeni__III(JNIEnv *_env, jobject _this, jint coord, jint pname, jint param) argument
8893 android_glTexGeniv__II_3II(JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) argument
8942 android_glTexGeniv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
8985 android_glTexGenx__III(JNIEnv *_env, jobject _this, jint coord, jint pname, jint param) argument
9001 android_glTexGenxv__II_3II(JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) argument
9050 android_glTexGenxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
9346 register_com_google_android_gles_jni_GLImpl(JNIEnv *_env) argument
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp155 static void* Get(JNIEnv* _env, jbyteArray array, jboolean* is_copy) { argument
156 return _env->GetByteArrayElements(array, is_copy);
161 static void* Get(JNIEnv* _env, jbooleanArray array, jboolean* is_copy) { argument
162 return _env->GetBooleanArrayElements(array, is_copy);
167 static void* Get(JNIEnv* _env, jcharArray array, jboolean* is_copy) { argument
168 return _env->GetCharArrayElements(array, is_copy);
173 static void* Get(JNIEnv* _env, jshortArray array, jboolean* is_copy) { argument
174 return _env->GetShortArrayElements(array, is_copy);
179 static void* Get(JNIEnv* _env, jintArray array, jboolean* is_copy) { argument
180 return _env
185 Get(JNIEnv* _env, jlongArray array, jboolean* is_copy) argument
191 Get(JNIEnv* _env, jfloatArray array, jboolean* is_copy) argument
197 Get(JNIEnv* _env, jdoubleArray array, jboolean* is_copy) argument
204 Release(JNIEnv* _env, jbyteArray array, jbyte* data, jint mode) argument
210 Release(JNIEnv* _env, jbooleanArray array, jboolean* data, jint mode) argument
216 Release(JNIEnv* _env, jcharArray array, jchar* data, jint mode) argument
222 Release(JNIEnv* _env, jshortArray array, jshort* data, jint mode) argument
228 Release(JNIEnv* _env, jintArray array, jint* data, jint mode) argument
234 Release(JNIEnv* _env, jlongArray array, jlong* data, jint mode) argument
240 Release(JNIEnv* _env, jfloatArray array, jfloat* data, jint mode) argument
246 Release(JNIEnv* _env, jdoubleArray array, jdouble* data, jint mode) argument
832 getPointer(JNIEnv *_env, jobject buffer, jint *remaining) argument
[all...]
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp53 len = _env->GetArrayLength((jfloatArray)data); \
54 ptr = _env->GetFloatArrayElements((jfloatArray)data, flag); \
75 _env->ReleaseFloatArrayElements((jfloatArray)data, (jfloat *)ptr, relFlag); \
78 len = _env->GetArrayLength((jdoubleArray)data); \
79 ptr = _env->GetDoubleArrayElements((jdoubleArray)data, flag); \
100 _env->ReleaseDoubleArrayElements((jdoubleArray)data, (jdouble *)ptr, relFlag); \
104 len = _env->GetArrayLength((jbyteArray)data); \
105 ptr = _env->GetByteArrayElements((jbyteArray)data, flag); \
126 _env->ReleaseByteArrayElements((jbyteArray)data, (jbyte*)ptr, relFlag); \
130 len = _env
274 nLoadSO(JNIEnv *_env, jobject _this, jboolean useNative, jint targetApi, jstring libPath) argument
303 nLoadIOSO(JNIEnv *_env, jobject _this) argument
347 nContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
354 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID, jlong returnValue, jlongArray fieldIDArray, jlongArray valueArray, jintArray sizeArray, jlongArray depClosureArray, jlongArray depFieldIDArray) argument
461 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID, jbyteArray paramArray, jlongArray fieldIDArray, jlongArray valueArray, jintArray sizeArray) argument
515 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID, jint index, jlong value, jint size) argument
523 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID, jlong fieldID, jlong value, jint size) argument
531 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name, jstring cacheDir, jlongArray closureArray) argument
570 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) argument
575 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
583 nScriptIntrinsicBLAS_Single(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jfloat alpha, jlong A, jlong B, jfloat beta, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) argument
623 nScriptIntrinsicBLAS_Double(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jdouble alpha, jlong A, jlong B, jdouble beta, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) argument
663 nScriptIntrinsicBLAS_Complex(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jfloat alphaX, jfloat alphaY, jlong A, jlong B, jfloat betaX, jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) argument
706 nScriptIntrinsicBLAS_Z(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jdouble alphaX, jdouble alphaY, jlong A, jlong B, jdouble betaX, jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) argument
750 nScriptIntrinsicBLAS_BNNM(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong id, jint M, jint N, jint K, jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, jint c_mult_int, jboolean mUseInc) argument
782 nDeviceCreate(JNIEnv *_env, jobject _this) argument
789 nDeviceDestroy(JNIEnv *_env, jobject _this, jlong dev) argument
796 nDeviceSetConfig(JNIEnv *_env, jobject _this, jlong dev, jint p, jint value) argument
803 nContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer, jint ct, jstring nativeLibDirJava) argument
824 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p) argument
833 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
840 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits) argument
848 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con) argument
867 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data) argument
887 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData) argument
901 nContextInitToClient(JNIEnv *_env, jobject _this, jlong con) argument
907 nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con) argument
914 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data) argument
932 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
944 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
982 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
1013 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
1026 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
1037 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) argument
1044 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) argument
1050 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1056 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1076 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1096 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1115 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1135 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1153 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1172 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1186 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1219 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1233 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstMip, jint dstFace, jint width, jint height, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcMip, jint srcFace) argument
1258 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1272 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, jint dstMip, jint width, jint height, jint depth, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, jint srcMip) argument
1295 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1307 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1339 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1370 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1377 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) argument
1387 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot, jboolean mUseInc) argument
1399 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val, jboolean mUseInc) argument
1411 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) argument
1423 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) argument
1435 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val, jboolean mUseInc) argument
1447 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val, jboolean mUseInc) argument
1459 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc) argument
1473 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims, jboolean mUseInc) argument
1494 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone, jboolean mUseInc) argument
1514 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot, jboolean mUseInc) argument
1525 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jboolean mUseInc) argument
1539 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jboolean mUseInc) argument
1556 nScriptForEachV(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jboolean mUseInc) argument
1576 nScriptForEachClipped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc) argument
1611 nScriptForEachClippedV(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc) argument
1649 nScriptForEachMulti(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jintArray limits) argument
1751 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jintArray limits) argument
1851 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
1900 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid, jboolean mUseInc) argument
1911 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig, jboolean mUseInc) argument
1925 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
1933 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jboolean mUseInc) argument
1944 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src, jlongArray _dstk, jlongArray _dstf, jlongArray _types) argument
2051 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2060 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2069 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid) argument
2078 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
2092 nSystemGetPointerSize(JNIEnv *_env, jobject _this) argument
2098 nIncLoadSO(JNIEnv *_env, jobject _this, jint deviceApi, jstring libPath) argument
2132 nIncObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
2140 nIncDeviceCreate(JNIEnv *_env, jobject _this) argument
2147 nIncDeviceDestroy(JNIEnv *_env, jobject _this, jlong dev) argument
2154 nIncContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer, jint ct) argument
2164 nIncContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
2171 nIncContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
2180 nIncElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
2190 nIncTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
2203 nIncAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong alloc, jlong type, jint xBytesSize) argument
2239 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xBytesSize, jint dimY, jint dimZ) argument
2265 nAllocationGetStride(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp64 len = _env->GetArrayLength((jfloatArray)data); \
65 ptr = _env->GetFloatArrayElements((jfloatArray)data, flag); \
90 _env->ReleaseFloatArrayElements((jfloatArray)data, (jfloat *)ptr, relFlag); \
93 len = _env->GetArrayLength((jdoubleArray)data); \
94 ptr = _env->GetDoubleArrayElements((jdoubleArray)data, flag); \
119 _env->ReleaseDoubleArrayElements((jdoubleArray)data, (jdouble *)ptr, relFlag); \
123 len = _env->GetArrayLength((jbyteArray)data); \
124 ptr = _env->GetByteArrayElements((jbyteArray)data, flag); \
149 _env->ReleaseByteArrayElements((jbyteArray)data, (jbyte*)ptr, relFlag); \
154 len = _env
308 _nInit(JNIEnv *_env, jclass _this) argument
342 nContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
351 nClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong kernelID, jlong returnValue, jlongArray fieldIDArray, jlongArray valueArray, jintArray sizeArray, jlongArray depClosureArray, jlongArray depFieldIDArray) argument
481 nInvokeClosureCreate(JNIEnv *_env, jobject _this, jlong con, jlong invokeID, jbyteArray paramArray, jlongArray fieldIDArray, jlongArray valueArray, jintArray sizeArray) argument
554 nClosureSetArg(JNIEnv *_env, jobject _this, jlong con, jlong closureID, jint index, jlong value, jint size) argument
562 nClosureSetGlobal(JNIEnv *_env, jobject _this, jlong con, jlong closureID, jlong fieldID, jlong value, jint size) argument
570 nScriptGroup2Create(JNIEnv *_env, jobject _this, jlong con, jstring name, jstring cacheDir, jlongArray closureArray) argument
613 nScriptGroup2Execute(JNIEnv *_env, jobject _this, jlong con, jlong groupID) argument
618 nScriptIntrinsicBLAS_Single(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jfloat alpha, jlong A, jlong B, jfloat beta, jlong C, jint incX, jint incY, jint KL, jint KU) argument
651 nScriptIntrinsicBLAS_Double(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jdouble alpha, jlong A, jlong B, jdouble beta, jlong C, jint incX, jint incY, jint KL, jint KU) argument
684 nScriptIntrinsicBLAS_Complex(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jfloat alphaX, jfloat alphaY, jlong A, jlong B, jfloat betaX, jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU) argument
719 nScriptIntrinsicBLAS_Z(JNIEnv *_env, jobject _this, jlong con, jlong id, jint func, jint TransA, jint TransB, jint Side, jint Uplo, jint Diag, jint M, jint N, jint K, jdouble alphaX, jdouble alphaY, jlong A, jlong B, jdouble betaX, jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU) argument
755 nScriptIntrinsicBLAS_BNNM(JNIEnv *_env, jobject _this, jlong con, jlong id, jint M, jint N, jint K, jlong A, jint a_offset, jlong B, jint b_offset, jlong C, jint c_offset, jint c_mult_int) argument
781 nAssignName(JNIEnv *_env, jobject _this, jlong con, jlong obj, jbyteArray str) argument
798 nGetName(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
812 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
823 nDeviceCreate(JNIEnv *_env, jobject _this) argument
832 nDeviceDestroy(JNIEnv *_env, jobject _this, jlong dev) argument
841 nDeviceSetConfig(JNIEnv *_env, jobject _this, jlong dev, jint p, jint value) argument
850 nContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint flags, jint sdkVer, jint contextType) argument
859 nContextCreateGL(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer, jint colorMin, jint colorPref, jint alphaMin, jint alphaPref, jint depthMin, jint depthPref, jint stencilMin, jint stencilPref, jint samplesMin, jint samplesPref, jfloat samplesQ, jint dpi) argument
885 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p) argument
894 nContextSetCacheDir(JNIEnv *_env, jobject _this, jlong con, jstring cacheDir) argument
907 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) argument
925 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
934 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits) argument
943 nContextPause(JNIEnv *_env, jobject _this, jlong con) argument
952 nContextResume(JNIEnv *_env, jobject _this, jlong con) argument
962 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con) argument
982 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data) argument
1007 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData) argument
1027 nContextInitToClient(JNIEnv *_env, jobject _this, jlong con) argument
1035 nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con) argument
1044 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data) argument
1068 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
1080 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
1126 nElementGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jintArray _elementData) argument
1147 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
1180 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
1193 nTypeGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _typeData) argument
1216 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
1229 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) argument
1239 nAllocationSetupBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint numAlloc) argument
1249 nAllocationShareBufferQueue(JNIEnv *_env, jobject _this, jlong con, jlong alloc1, jlong alloc2) argument
1260 nAllocationGetSurface(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1276 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) argument
1294 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1303 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1312 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
1321 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1337 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1353 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
1369 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1385 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
1399 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1414 nAllocationElementData(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1438 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1456 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstMip, jint dstFace, jint width, jint height, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcMip, jint srcFace) argument
1483 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1501 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, jint dstMip, jint width, jint height, jint depth, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, jint srcMip) argument
1527 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, jint dataType, jint mSize, jboolean usePadding) argument
1541 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1556 nAllocationElementRead(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint xoff, jint yoff, jint zoff, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
1579 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType, jint mSize, jboolean usePadding) argument
1596 nAllocationRead3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, int sizeBytes, int dataType, jint mSize, jboolean usePadding) argument
1612 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
1621 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) argument
1632 nAllocationAdapterCreate(JNIEnv *_env, jobject _this, jlong con, jlong basealloc, jlong type) argument
1644 nAllocationAdapterOffset(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint x, jint y, jint z, jint face, jint lod, jint a1, jint a2, jint a3, jint a4) argument
1664 nFileA3DCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jlong native_asset) argument
1674 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path) argument
1692 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName) argument
1701 nFileA3DGetNumIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D) argument
1709 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint numEntries, jintArray _ids, jobjectArray _entries) argument
1725 nFileA3DGetEntryByIndex(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint index) argument
1735 nFontCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName, jfloat fontSize, jint dpi) argument
1747 nFontCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jstring name, jfloat fontSize, jint dpi, jlong native_asset) argument
1761 nFontCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path, jfloat fontSize, jint dpi) argument
1786 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) argument
1796 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) argument
1806 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1817 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
1827 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
1837 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1848 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) argument
1858 nScriptGetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1869 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) argument
1879 nScriptGetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1890 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1906 nScriptGetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1922 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims) argument
1948 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone) argument
1970 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) argument
1979 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1995 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jintArray limits) argument
2108 nScriptReduce(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jintArray limits) argument
2205 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
2260 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid) argument
2270 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig) argument
2280 nScriptInvokeIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
2290 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
2300 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src, jlongArray _dstk, jlongArray _dstf, jlongArray _types) argument
2409 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2419 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
2429 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid) argument
2440 nProgramStoreCreate(JNIEnv *_env, jobject _this, jlong con, jboolean colorMaskR, jboolean colorMaskG, jboolean colorMaskB, jboolean colorMaskA, jboolean depthMask, jboolean ditherEnable, jint srcFunc, jint destFunc, jint depthFunc) argument
2457 nProgramBindConstants(JNIEnv *_env, jobject _this, jlong con, jlong vpv, jint slot, jlong a) argument
2467 nProgramBindTexture(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
2477 nProgramBindSampler(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
2489 nProgramFragmentCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, jobjectArray texNames, jlongArray params) argument
2526 nProgramVertexCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, jobjectArray texNames, jlongArray params) argument
2563 nProgramRasterCreate(JNIEnv *_env, jobject _this, jlong con, jboolean pointSprite, jint cull) argument
2576 nContextBindRootScript(JNIEnv *_env, jobject _this, jlong con, jlong script) argument
2585 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs) argument
2594 nContextBindProgramFragment(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2604 nContextBindProgramVertex(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2613 nContextBindProgramRaster(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
2625 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
2643 nMeshCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _vtx, jlongArray _idx, jintArray _prim) argument
2708 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) argument
2719 nMeshGetIndexCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) argument
2730 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxIDs) argument
2748 nMeshGetIndices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _idxIds, jintArray _primitives, jint numIndices) argument
2771 nSystemGetPointerSize(JNIEnv *_env, jobject _this) argument
2776 nAllocationGetByteBuffer(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jlongArray strideArr, jint xBytesSize, jint dimY, jint dimZ) argument
2972 registerFuncs(JNIEnv *_env) argument
[all...]

Completed in 1107 milliseconds

123