Searched defs:value_ref (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp464 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) {
475 if (!value_ref) {
487 _remaining = _env->GetArrayLength(value_ref) - offset;
495 _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0);
507 _env->ReleasePrimitiveArrayCritical(value_ref, value_base,
759 (JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jintArray value_ref, jint offset) {
770 if (!value_ref) {
782 _remaining = _env->GetArrayLength(value_ref) - offset;
790 _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0);
802 _env->ReleasePrimitiveArrayCritical(value_ref, value_bas
463 android_eglGetConfigAttrib(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) argument
758 android_eglQuerySurface(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jintArray value_ref, jint offset) argument
1105 android_eglQueryContext(JNIEnv *_env, jobject _this, jobject dpy, jobject ctx, jint attribute, jintArray value_ref, jint offset) argument
[all...]
H A Dandroid_opengl_GLES20.cpp5428 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
5436 if (!value_ref) {
5448 _remaining = _env->GetArrayLength(value_ref) - offset;
5450 _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0);
5462 _env->ReleasePrimitiveArrayCritical(value_ref, value_base,
5498 (JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) {
5506 if (!value_ref) {
5518 _remaining = _env->GetArrayLength(value_ref) - offset;
5520 _env->GetPrimitiveArrayCritical(value_ref, (jboolean *)0);
5532 _env->ReleasePrimitiveArrayCritical(value_ref, value_bas
5427 android_glUniformMatrix2fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5497 android_glUniformMatrix3fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5567 android_glUniformMatrix4fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
[all...]

Completed in 202 milliseconds