Searched refs:m_base (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 1977 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 …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 2644 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 …]
|
D | android_opengl_GLES11Ext.cpp | 1876 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixxOES___3II() local 1893 m_base = (GLfixed *) in android_glLoadMatrixxOES___3II() 1895 m = m_base + offset; in android_glLoadMatrixxOES___3II() 1902 if (m_base) { in android_glLoadMatrixxOES___3II() 1903 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glLoadMatrixxOES___3II() 2047 GLfixed *m_base = (GLfixed *) 0; in android_glMultMatrixxOES___3II() local 2064 m_base = (GLfixed *) in android_glMultMatrixxOES___3II() 2066 m = m_base + offset; in android_glMultMatrixxOES___3II() 2073 if (m_base) { in android_glMultMatrixxOES___3II() 2074 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glMultMatrixxOES___3II()
|