Home | History | Annotate | Download | only in jni

Lines Matching full:equation_base

542     GLfloat *equation_base = (GLfloat *) 0;
559 equation_base = (GLfloat *)
561 equation = equation_base + offset;
569 if (equation_base) {
570 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base,
614 GLfixed *equation_base = (GLfixed *) 0;
631 equation_base = (GLfixed *)
633 equation = equation_base + offset;
641 if (equation_base) {
642 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base,