Searched refs:equation_base (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 542 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local 559 equation_base = (GLfloat *) in android_glClipPlanef__I_3FI() 561 equation = equation_base + offset; in android_glClipPlanef__I_3FI() 569 if (equation_base) { in android_glClipPlanef__I_3FI() 570 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI() 614 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanex__I_3II() local 631 equation_base = (GLfixed *) in android_glClipPlanex__I_3II() 633 equation = equation_base + offset; in android_glClipPlanex__I_3II() 641 if (equation_base) { in android_glClipPlanex__I_3II() 642 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
|
D | android_opengl_GLES11Ext.cpp | 948 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanexOES__I_3II() local 965 equation_base = (GLfixed *) in android_glClipPlanexOES__I_3II() 967 equation = equation_base + offset; in android_glClipPlanexOES__I_3II() 975 if (equation_base) { in android_glClipPlanexOES__I_3II() 976 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanexOES__I_3II() 2979 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanefOES__I_3FI() local 2996 equation_base = (GLfloat *) in android_glClipPlanefOES__I_3FI() 2998 equation = equation_base + offset; in android_glClipPlanefOES__I_3FI() 3006 if (equation_base) { in android_glClipPlanefOES__I_3FI() 3007 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanefOES__I_3FI()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4181 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local 4204 equation_base = (GLfloat *) in android_glClipPlanef__I_3FI() 4206 equation = equation_base + offset; in android_glClipPlanef__I_3FI() 4214 if (equation_base) { in android_glClipPlanef__I_3FI() 4215 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI() 4267 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanex__I_3II() local 4290 equation_base = (GLfixed *) in android_glClipPlanex__I_3II() 4292 equation = equation_base + offset; in android_glClipPlanex__I_3II() 4300 if (equation_base) { in android_glClipPlanex__I_3II() 4301 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
|