Searched refs:m_base (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 1911 GLfloat *m_base = (GLfloat *) 0; in android_glLoadMatrixf___3FI() local 1928 m_base = (GLfloat *) in android_glLoadMatrixf___3FI() 1930 m = m_base + offset; in android_glLoadMatrixf___3FI() 1937 if (m_base) { in android_glLoadMatrixf___3FI() 1938 _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base, in android_glLoadMatrixf___3FI() 1975 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixx___3II() local 1992 m_base = (GLfixed *) in android_glLoadMatrixx___3II() 1994 m = m_base + offset; in android_glLoadMatrixx___3II() 2001 if (m_base) { in android_glLoadMatrixx___3II() 2002 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glLoadMatrixx___3II() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 2608 GLfloat *m_base = (GLfloat *) 0; in android_glLoadMatrixf___3FI() local 2625 m_base = (GLfloat *) in android_glLoadMatrixf___3FI() 2627 m = m_base + offset; in android_glLoadMatrixf___3FI() 2634 if (m_base) { in android_glLoadMatrixf___3FI() 2635 _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base, in android_glLoadMatrixf___3FI() 2672 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixx___3II() local 2689 m_base = (GLfixed *) in android_glLoadMatrixx___3II() 2691 m = m_base + offset; in android_glLoadMatrixx___3II() 2698 if (m_base) { in android_glLoadMatrixx___3II() 2699 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glLoadMatrixx___3II() [all …]
|
D | android_opengl_GLES11Ext.cpp | 1714 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixxOES___3II() local 1731 m_base = (GLfixed *) in android_glLoadMatrixxOES___3II() 1733 m = m_base + offset; in android_glLoadMatrixxOES___3II() 1740 if (m_base) { in android_glLoadMatrixxOES___3II() 1741 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glLoadMatrixxOES___3II() 1857 GLfixed *m_base = (GLfixed *) 0; in android_glMultMatrixxOES___3II() local 1874 m_base = (GLfixed *) in android_glMultMatrixxOES___3II() 1876 m = m_base + offset; in android_glMultMatrixxOES___3II() 1883 if (m_base) { in android_glMultMatrixxOES___3II() 1884 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glMultMatrixxOES___3II()
|