Searched refs:eqn_base (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 1055 GLfloat *eqn_base = (GLfloat *) 0; in android_glGetClipPlanef__I_3FI() local 1078 eqn_base = (GLfloat *) in android_glGetClipPlanef__I_3FI() 1080 eqn = eqn_base + offset; in android_glGetClipPlanef__I_3FI() 1088 if (eqn_base) { in android_glGetClipPlanef__I_3FI() 1089 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanef__I_3FI() 1147 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanex__I_3II() local 1170 eqn_base = (GLfixed *) in android_glGetClipPlanex__I_3II() 1172 eqn = eqn_base + offset; in android_glGetClipPlanex__I_3II() 1180 if (eqn_base) { in android_glGetClipPlanex__I_3II() 1181 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanex__I_3II()
|
D | android_opengl_GLES11Ext.cpp | 1218 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanexOES__I_3II() local 1241 eqn_base = (GLfixed *) in android_glGetClipPlanexOES__I_3II() 1243 eqn = eqn_base + offset; in android_glGetClipPlanexOES__I_3II() 1251 if (eqn_base) { in android_glGetClipPlanexOES__I_3II() 1252 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanexOES__I_3II() 3387 GLfloat *eqn_base = (GLfloat *) 0; in android_glGetClipPlanefOES__I_3FI() local 3410 eqn_base = (GLfloat *) in android_glGetClipPlanefOES__I_3FI() 3412 eqn = eqn_base + offset; in android_glGetClipPlanefOES__I_3FI() 3420 if (eqn_base) { in android_glGetClipPlanefOES__I_3FI() 3421 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanefOES__I_3FI()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4924 GLfloat *eqn_base = (GLfloat *) 0; in android_glGetClipPlanef__I_3FI() local 4941 eqn_base = (GLfloat *) in android_glGetClipPlanef__I_3FI() 4943 eqn = eqn_base + offset; in android_glGetClipPlanef__I_3FI() 4951 if (eqn_base) { in android_glGetClipPlanef__I_3FI() 4952 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanef__I_3FI() 5004 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanex__I_3II() local 5021 eqn_base = (GLfixed *) in android_glGetClipPlanex__I_3II() 5023 eqn = eqn_base + offset; in android_glGetClipPlanex__I_3II() 5031 if (eqn_base) { in android_glGetClipPlanex__I_3II() 5032 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanex__I_3II()
|