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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp542 GLfloat *equation_base = (GLfloat *) 0; local
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; local
631 equation_base = (GLfixed *)
633 equation = equation_base + offset;
641 if (equation_base) {
642 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base,
[all...]
H A Dandroid_opengl_GLES11Ext.cpp948 GLfixed *equation_base = (GLfixed *) 0; local
965 equation_base = (GLfixed *)
967 equation = equation_base + offset;
975 if (equation_base) {
976 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base,
2979 GLfloat *equation_base = (GLfloat *) 0; local
2996 equation_base = (GLfloat *)
2998 equation = equation_base + offset;
3006 if (equation_base) {
3007 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base,
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp4181 GLfloat *equation_base = (GLfloat *) 0; local
4204 equation_base = (GLfloat *)
4206 equation = equation_base + offset;
4214 if (equation_base) {
4215 _env->ReleaseFloatArrayElements(equation_ref, (jfloat*)equation_base,
4267 GLfixed *equation_base = (GLfixed *) 0; local
4290 equation_base = (GLfixed *)
4292 equation = equation_base + offset;
4300 if (equation_base) {
4301 _env->ReleaseIntArrayElements(equation_ref, (jint*)equation_base,
[all...]

Completed in 68 milliseconds