Searched refs:eqn_base (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 1022 GLfloat *eqn_base = (GLfloat *) 0; in android_glGetClipPlanef__I_3FI() local 1045 eqn_base = (GLfloat *) in android_glGetClipPlanef__I_3FI() 1047 eqn = eqn_base + offset; in android_glGetClipPlanef__I_3FI() 1055 if (eqn_base) { in android_glGetClipPlanef__I_3FI() 1056 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanef__I_3FI() 1114 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanex__I_3II() local 1137 eqn_base = (GLfixed *) in android_glGetClipPlanex__I_3II() 1139 eqn = eqn_base + offset; in android_glGetClipPlanex__I_3II() 1147 if (eqn_base) { in android_glGetClipPlanex__I_3II() 1148 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanex__I_3II()
|
D | android_opengl_GLES11Ext.cpp | 1187 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanexOES__I_3II() local 1210 eqn_base = (GLfixed *) in android_glGetClipPlanexOES__I_3II() 1212 eqn = eqn_base + offset; in android_glGetClipPlanexOES__I_3II() 1220 if (eqn_base) { in android_glGetClipPlanexOES__I_3II() 1221 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanexOES__I_3II() 3356 GLfloat *eqn_base = (GLfloat *) 0; in android_glGetClipPlanefOES__I_3FI() local 3379 eqn_base = (GLfloat *) in android_glGetClipPlanefOES__I_3FI() 3381 eqn = eqn_base + offset; in android_glGetClipPlanefOES__I_3FI() 3389 if (eqn_base) { in android_glGetClipPlanefOES__I_3FI() 3390 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanefOES__I_3FI()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4871 GLfloat *eqn_base = (GLfloat *) 0; in android_glGetClipPlanef__I_3FI() local 4888 eqn_base = (GLfloat *) in android_glGetClipPlanef__I_3FI() 4890 eqn = eqn_base + offset; in android_glGetClipPlanef__I_3FI() 4898 if (eqn_base) { in android_glGetClipPlanef__I_3FI() 4899 _env->ReleaseFloatArrayElements(eqn_ref, (jfloat*)eqn_base, in android_glGetClipPlanef__I_3FI() 4951 GLfixed *eqn_base = (GLfixed *) 0; in android_glGetClipPlanex__I_3II() local 4968 eqn_base = (GLfixed *) in android_glGetClipPlanex__I_3II() 4970 eqn = eqn_base + offset; in android_glGetClipPlanex__I_3II() 4978 if (eqn_base) { in android_glGetClipPlanex__I_3II() 4979 _env->ReleaseIntArrayElements(eqn_ref, (jint*)eqn_base, in android_glGetClipPlanex__I_3II()
|