Searched refs:equation_base (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 527 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local 544 equation_base = (GLfloat *) in android_glClipPlanef__I_3FI() 546 equation = equation_base + offset; in android_glClipPlanef__I_3FI() 554 if (equation_base) { in android_glClipPlanef__I_3FI() 555 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI() 607 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanex__I_3II() local 624 equation_base = (GLfixed *) in android_glClipPlanex__I_3II() 626 equation = equation_base + offset; in android_glClipPlanex__I_3II() 634 if (equation_base) { in android_glClipPlanex__I_3II() 635 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
|
D | android_opengl_GLES11Ext.cpp | 981 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanexOES__I_3II() local 998 equation_base = (GLfixed *) in android_glClipPlanexOES__I_3II() 1000 equation = equation_base + offset; in android_glClipPlanexOES__I_3II() 1008 if (equation_base) { in android_glClipPlanexOES__I_3II() 1009 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanexOES__I_3II() 3276 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanefOES__I_3FI() local 3293 equation_base = (GLfloat *) in android_glClipPlanefOES__I_3FI() 3295 equation = equation_base + offset; in android_glClipPlanefOES__I_3FI() 3303 if (equation_base) { in android_glClipPlanefOES__I_3FI() 3304 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanefOES__I_3FI()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4363 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local 4386 equation_base = (GLfloat *) in android_glClipPlanef__I_3FI() 4388 equation = equation_base + offset; in android_glClipPlanef__I_3FI() 4396 if (equation_base) { in android_glClipPlanef__I_3FI() 4397 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI() 4455 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanex__I_3II() local 4478 equation_base = (GLfixed *) in android_glClipPlanex__I_3II() 4480 equation = equation_base + offset; in android_glClipPlanex__I_3II() 4488 if (equation_base) { in android_glClipPlanex__I_3II() 4489 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
|