Searched refs:equation_base (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp561 GLfloat *equation_base = (GLfloat *) 0; local
578 equation_base = (GLfloat *)
580 equation = equation_base + offset;
588 if (equation_base) {
589 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base,
641 GLfixed *equation_base = (GLfixed *) 0; local
658 equation_base = (GLfixed *)
660 equation = equation_base + offset;
668 if (equation_base) {
669 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base,
[all...]
H A Dandroid_opengl_GLES11Ext.cpp1013 GLfixed *equation_base = (GLfixed *) 0; local
1030 equation_base = (GLfixed *)
1032 equation = equation_base + offset;
1040 if (equation_base) {
1041 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base,
3308 GLfloat *equation_base = (GLfloat *) 0; local
3325 equation_base = (GLfloat *)
3327 equation = equation_base + offset;
3335 if (equation_base) {
3336 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base,
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp4419 GLfloat *equation_base = (GLfloat *) 0; local
4442 equation_base = (GLfloat *)
4444 equation = equation_base + offset;
4452 if (equation_base) {
4453 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base,
4511 GLfixed *equation_base = (GLfixed *) 0; local
4534 equation_base = (GLfixed *)
4536 equation = equation_base + offset;
4544 if (equation_base) {
4545 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base,
[all...]

Completed in 80 milliseconds