Searched refs:eqn_base (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 1021 GLfloat *eqn_base = (GLfloat *) 0; in android_glGetClipPlanef__I_3FI() local 1044 eqn_base = (GLfloat *) in android_glGetClipPlanef__I_3FI() 1046 eqn = eqn_base + offset; in android_glGetClipPlanef__I_3FI() 1054 if (eqn_base) { in android_glGetClipPlanef__I_3FI() 1055 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanef__I_3FI() 1113 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanex__I_3II() local 1136 eqn_base = (GLfixed *) in android_glGetClipPlanex__I_3II() 1138 eqn = eqn_base + offset; in android_glGetClipPlanex__I_3II() 1146 if (eqn_base) { in android_glGetClipPlanex__I_3II() 1147 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanex__I_3II()
|
D | android_opengl_GLES11Ext.cpp | 1186 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanexOES__I_3II() local 1209 eqn_base = (GLfixed *) in android_glGetClipPlanexOES__I_3II() 1211 eqn = eqn_base + offset; in android_glGetClipPlanexOES__I_3II() 1219 if (eqn_base) { in android_glGetClipPlanexOES__I_3II() 1220 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanexOES__I_3II() 3355 GLfloat *eqn_base = (GLfloat *) 0; in android_glGetClipPlanefOES__I_3FI() local 3378 eqn_base = (GLfloat *) in android_glGetClipPlanefOES__I_3FI() 3380 eqn = eqn_base + offset; in android_glGetClipPlanefOES__I_3FI() 3388 if (eqn_base) { in android_glGetClipPlanefOES__I_3FI() 3389 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanefOES__I_3FI()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4870 GLfloat *eqn_base = (GLfloat *) 0; in android_glGetClipPlanef__I_3FI() local 4887 eqn_base = (GLfloat *) in android_glGetClipPlanef__I_3FI() 4889 eqn = eqn_base + offset; in android_glGetClipPlanef__I_3FI() 4897 if (eqn_base) { in android_glGetClipPlanef__I_3FI() 4898 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanef__I_3FI() 4950 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanex__I_3II() local 4967 eqn_base = (GLfixed *) in android_glGetClipPlanex__I_3II() 4969 eqn = eqn_base + offset; in android_glGetClipPlanex__I_3II() 4977 if (eqn_base) { in android_glGetClipPlanex__I_3II() 4978 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanex__I_3II()
|