Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp1994 m_base = (GLfloat *) in android_glLoadMatrixf___3FI()
1996 m = m_base + offset; in android_glLoadMatrixf___3FI()
2003 if (m_base) { in android_glLoadMatrixf___3FI()
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()
2470 m_base = (GLfloat *) in android_glMultMatrixf___3FI()
2472 m = m_base + offset; in android_glMultMatrixf___3FI()
2479 if (m_base) { in android_glMultMatrixf___3FI()
2548 m_base = (GLfixed *) in android_glMultMatrixx___3II()
[all …]
H A Dcom_google_android_gles_jni_GLImpl.cpp2661 m_base = (GLfloat *) in android_glLoadMatrixf___3FI()
2663 m = m_base + offset; in android_glLoadMatrixf___3FI()
2670 if (m_base) { in android_glLoadMatrixf___3FI()
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()
3157 m_base = (GLfloat *) in android_glMultMatrixf___3FI()
3159 m = m_base + offset; in android_glMultMatrixf___3FI()
3166 if (m_base) { in android_glMultMatrixf___3FI()
3235 m_base = (GLfixed *) in android_glMultMatrixx___3II()
[all …]
H A 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()