Searched refs:exponent_ref (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES10Ext.cpp | 426 …(JNIEnv *_env, jobject _this, jintArray mantissa_ref, jint mantissaOffset, jintArray exponent_ref,… in android_glQueryMatrixxOES___3II_3II() argument 461 if (!exponent_ref) { in android_glQueryMatrixxOES___3II_3II() 473 _exponentRemaining = _env->GetArrayLength(exponent_ref) - exponentOffset; in android_glQueryMatrixxOES___3II_3II() 481 _env->GetIntArrayElements(exponent_ref, (jboolean *)0); in android_glQueryMatrixxOES___3II_3II() 491 _env->ReleaseIntArrayElements(exponent_ref, (jint*)exponent_base, in android_glQueryMatrixxOES___3II_3II()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4109 …(JNIEnv *_env, jobject _this, jintArray mantissa_ref, jint mantissaOffset, jintArray exponent_ref,… in android_glQueryMatrixxOES___3II_3II() argument 4144 if (!exponent_ref) { in android_glQueryMatrixxOES___3II_3II() 4156 _exponentRemaining = _env->GetArrayLength(exponent_ref) - exponentOffset; in android_glQueryMatrixxOES___3II_3II() 4164 _env->GetIntArrayElements(exponent_ref, (jboolean *)0); in android_glQueryMatrixxOES___3II_3II() 4174 _env->ReleaseIntArrayElements(exponent_ref, (jint*)exponent_base, in android_glQueryMatrixxOES___3II_3II()
|