Searched refs:exponent_ref (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES10Ext.cpp | 460 …(JNIEnv *_env, jobject _this, jintArray mantissa_ref, jint mantissaOffset, jintArray exponent_ref,… in android_glQueryMatrixxOES___3II_3II() argument 495 if (!exponent_ref) { in android_glQueryMatrixxOES___3II_3II() 507 _exponentRemaining = _env->GetArrayLength(exponent_ref) - exponentOffset; in android_glQueryMatrixxOES___3II_3II() 515 _env->GetIntArrayElements(exponent_ref, (jboolean *)0); in android_glQueryMatrixxOES___3II_3II() 525 _env->ReleaseIntArrayElements(exponent_ref, (jint*)exponent_base, in android_glQueryMatrixxOES___3II_3II()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4168 …(JNIEnv *_env, jobject _this, jintArray mantissa_ref, jint mantissaOffset, jintArray exponent_ref,… in android_glQueryMatrixxOES___3II_3II() argument 4203 if (!exponent_ref) { in android_glQueryMatrixxOES___3II_3II() 4215 _exponentRemaining = _env->GetArrayLength(exponent_ref) - exponentOffset; in android_glQueryMatrixxOES___3II_3II() 4223 _env->GetIntArrayElements(exponent_ref, (jboolean *)0); in android_glQueryMatrixxOES___3II_3II() 4233 _env->ReleaseIntArrayElements(exponent_ref, (jint*)exponent_base, in android_glQueryMatrixxOES___3II_3II()
|