Home
last modified time | relevance | path

Searched refs:m_base (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp1977 GLfloat *m_base = (GLfloat *) 0; in android_glLoadMatrixf___3FI() local
1994 m_base = (GLfloat *) in android_glLoadMatrixf___3FI()
1996 m = m_base + offset; in android_glLoadMatrixf___3FI()
2003 if (m_base) { in android_glLoadMatrixf___3FI()
2004 _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base, in android_glLoadMatrixf___3FI()
2055 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixx___3II() local
2072 m_base = (GLfixed *) in android_glLoadMatrixx___3II()
2074 m = m_base + offset; in android_glLoadMatrixx___3II()
2081 if (m_base) { in android_glLoadMatrixx___3II()
2082 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glLoadMatrixx___3II()
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp2644 GLfloat *m_base = (GLfloat *) 0; in android_glLoadMatrixf___3FI() local
2661 m_base = (GLfloat *) in android_glLoadMatrixf___3FI()
2663 m = m_base + offset; in android_glLoadMatrixf___3FI()
2670 if (m_base) { in android_glLoadMatrixf___3FI()
2671 _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base, in android_glLoadMatrixf___3FI()
2722 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixx___3II() local
2739 m_base = (GLfixed *) in android_glLoadMatrixx___3II()
2741 m = m_base + offset; in android_glLoadMatrixx___3II()
2748 if (m_base) { in android_glLoadMatrixx___3II()
2749 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glLoadMatrixx___3II()
[all …]
Dandroid_opengl_GLES11Ext.cpp1878 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixxOES___3II() local
1895 m_base = (GLfixed *) in android_glLoadMatrixxOES___3II()
1897 m = m_base + offset; in android_glLoadMatrixxOES___3II()
1904 if (m_base) { in android_glLoadMatrixxOES___3II()
1905 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glLoadMatrixxOES___3II()
2049 GLfixed *m_base = (GLfixed *) 0; in android_glMultMatrixxOES___3II() local
2066 m_base = (GLfixed *) in android_glMultMatrixxOES___3II()
2068 m = m_base + offset; in android_glMultMatrixxOES___3II()
2075 if (m_base) { in android_glMultMatrixxOES___3II()
2076 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glMultMatrixxOES___3II()