Searched refs:mantissa_base (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10Ext.cpp466 GLfixed *mantissa_base = (GLfixed *) 0; local
492 mantissa_base = (GLfixed *)
494 mantissa = mantissa_base + mantissaOffset;
529 if (mantissa_base) {
530 _env->ReleaseIntArrayElements(mantissa_ref, (jint*)mantissa_base,
H A Dcom_google_android_gles_jni_GLImpl.cpp4174 GLfixed *mantissa_base = (GLfixed *) 0; local
4200 mantissa_base = (GLfixed *)
4202 mantissa = mantissa_base + mantissaOffset;
4237 if (mantissa_base) {
4238 _env->ReleaseIntArrayElements(mantissa_ref, (jint*)mantissa_base,

Completed in 79 milliseconds