Searched refs:equation_base (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 560 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local 577 equation_base = (GLfloat *) in android_glClipPlanef__I_3FI() 579 equation = equation_base + offset; in android_glClipPlanef__I_3FI() 587 if (equation_base) { in android_glClipPlanef__I_3FI() 588 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI() 640 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanex__I_3II() local 657 equation_base = (GLfixed *) in android_glClipPlanex__I_3II() 659 equation = equation_base + offset; in android_glClipPlanex__I_3II() 667 if (equation_base) { in android_glClipPlanex__I_3II() 668 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
|
D | android_opengl_GLES11Ext.cpp | 1012 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanexOES__I_3II() local 1029 equation_base = (GLfixed *) in android_glClipPlanexOES__I_3II() 1031 equation = equation_base + offset; in android_glClipPlanexOES__I_3II() 1039 if (equation_base) { in android_glClipPlanexOES__I_3II() 1040 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanexOES__I_3II() 3307 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanefOES__I_3FI() local 3324 equation_base = (GLfloat *) in android_glClipPlanefOES__I_3FI() 3326 equation = equation_base + offset; in android_glClipPlanefOES__I_3FI() 3334 if (equation_base) { in android_glClipPlanefOES__I_3FI() 3335 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanefOES__I_3FI()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4418 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local 4441 equation_base = (GLfloat *) in android_glClipPlanef__I_3FI() 4443 equation = equation_base + offset; in android_glClipPlanef__I_3FI() 4451 if (equation_base) { in android_glClipPlanef__I_3FI() 4452 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI() 4510 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanex__I_3II() local 4533 equation_base = (GLfixed *) in android_glClipPlanex__I_3II() 4535 equation = equation_base + offset; in android_glClipPlanex__I_3II() 4543 if (equation_base) { in android_glClipPlanex__I_3II() 4544 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
|