Searched refs:exponent_ref (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES10Ext.cpp | 427 …(JNIEnv *_env, jobject _this, jintArray mantissa_ref, jint mantissaOffset, jintArray exponent_ref,… in android_glQueryMatrixxOES___3II_3II() argument 462 if (!exponent_ref) { in android_glQueryMatrixxOES___3II_3II() 474 _exponentRemaining = _env->GetArrayLength(exponent_ref) - exponentOffset; in android_glQueryMatrixxOES___3II_3II() 482 _env->GetIntArrayElements(exponent_ref, (jboolean *)0); in android_glQueryMatrixxOES___3II_3II() 492 _env->ReleaseIntArrayElements(exponent_ref, (jint*)exponent_base, in android_glQueryMatrixxOES___3II_3II()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4111 …(JNIEnv *_env, jobject _this, jintArray mantissa_ref, jint mantissaOffset, jintArray exponent_ref,… in android_glQueryMatrixxOES___3II_3II() argument 4146 if (!exponent_ref) { in android_glQueryMatrixxOES___3II_3II() 4158 _exponentRemaining = _env->GetArrayLength(exponent_ref) - exponentOffset; in android_glQueryMatrixxOES___3II_3II() 4166 _env->GetIntArrayElements(exponent_ref, (jboolean *)0); in android_glQueryMatrixxOES___3II_3II() 4176 _env->ReleaseIntArrayElements(exponent_ref, (jint*)exponent_base, in android_glQueryMatrixxOES___3II_3II()
|