Searched refs:equation_base (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 526 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local 543 equation_base = (GLfloat *) in android_glClipPlanef__I_3FI() 545 equation = equation_base + offset; in android_glClipPlanef__I_3FI() 553 if (equation_base) { in android_glClipPlanef__I_3FI() 554 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI() 606 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanex__I_3II() local 623 equation_base = (GLfixed *) in android_glClipPlanex__I_3II() 625 equation = equation_base + offset; in android_glClipPlanex__I_3II() 633 if (equation_base) { in android_glClipPlanex__I_3II() 634 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
|
D | android_opengl_GLES11Ext.cpp | 978 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanexOES__I_3II() local 995 equation_base = (GLfixed *) in android_glClipPlanexOES__I_3II() 997 equation = equation_base + offset; in android_glClipPlanexOES__I_3II() 1005 if (equation_base) { in android_glClipPlanexOES__I_3II() 1006 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanexOES__I_3II() 3273 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanefOES__I_3FI() local 3290 equation_base = (GLfloat *) in android_glClipPlanefOES__I_3FI() 3292 equation = equation_base + offset; in android_glClipPlanefOES__I_3FI() 3300 if (equation_base) { in android_glClipPlanefOES__I_3FI() 3301 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanefOES__I_3FI()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4361 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local 4384 equation_base = (GLfloat *) in android_glClipPlanef__I_3FI() 4386 equation = equation_base + offset; in android_glClipPlanef__I_3FI() 4394 if (equation_base) { in android_glClipPlanef__I_3FI() 4395 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI() 4453 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanex__I_3II() local 4476 equation_base = (GLfixed *) in android_glClipPlanex__I_3II() 4478 equation = equation_base + offset; in android_glClipPlanex__I_3II() 4486 if (equation_base) { in android_glClipPlanex__I_3II() 4487 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
|