Searched refs:equation_base (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES11.cpp | 561 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local 578 equation_base = (GLfloat *) in android_glClipPlanef__I_3FI() 580 equation = equation_base + offset; in android_glClipPlanef__I_3FI() 588 if (equation_base) { in android_glClipPlanef__I_3FI() 589 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI() 641 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanex__I_3II() local 658 equation_base = (GLfixed *) in android_glClipPlanex__I_3II() 660 equation = equation_base + offset; in android_glClipPlanex__I_3II() 668 if (equation_base) { in android_glClipPlanex__I_3II() 669 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
|
D | android_opengl_GLES11Ext.cpp | 1013 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanexOES__I_3II() local 1030 equation_base = (GLfixed *) in android_glClipPlanexOES__I_3II() 1032 equation = equation_base + offset; in android_glClipPlanexOES__I_3II() 1040 if (equation_base) { in android_glClipPlanexOES__I_3II() 1041 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanexOES__I_3II() 3308 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanefOES__I_3FI() local 3325 equation_base = (GLfloat *) in android_glClipPlanefOES__I_3FI() 3327 equation = equation_base + offset; in android_glClipPlanefOES__I_3FI() 3335 if (equation_base) { in android_glClipPlanefOES__I_3FI() 3336 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanefOES__I_3FI()
|
D | com_google_android_gles_jni_GLImpl.cpp | 4419 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanef__I_3FI() local 4442 equation_base = (GLfloat *) in android_glClipPlanef__I_3FI() 4444 equation = equation_base + offset; in android_glClipPlanef__I_3FI() 4452 if (equation_base) { in android_glClipPlanef__I_3FI() 4453 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base, in android_glClipPlanef__I_3FI() 4511 GLfixed *equation_base = (GLfixed *) 0; in android_glClipPlanex__I_3II() local 4534 equation_base = (GLfixed *) in android_glClipPlanex__I_3II() 4536 equation = equation_base + offset; in android_glClipPlanex__I_3II() 4544 if (equation_base) { in android_glClipPlanex__I_3II() 4545 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base, in android_glClipPlanex__I_3II()
|