Searched refs:m_base (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 2011 GLfloat *m_base = (GLfloat *) 0; in android_glLoadMatrixf___3FI() local 2028 m_base = (GLfloat *) in android_glLoadMatrixf___3FI() 2030 m = m_base + offset; in android_glLoadMatrixf___3FI() 2037 if (m_base) { in android_glLoadMatrixf___3FI() 2038 _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base, in android_glLoadMatrixf___3FI() 2089 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixx___3II() local 2106 m_base = (GLfixed *) in android_glLoadMatrixx___3II() 2108 m = m_base + offset; in android_glLoadMatrixx___3II() 2115 if (m_base) { in android_glLoadMatrixx___3II() 2116 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glLoadMatrixx___3II() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 2703 GLfloat *m_base = (GLfloat *) 0; in android_glLoadMatrixf___3FI() local 2720 m_base = (GLfloat *) in android_glLoadMatrixf___3FI() 2722 m = m_base + offset; in android_glLoadMatrixf___3FI() 2729 if (m_base) { in android_glLoadMatrixf___3FI() 2730 _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base, in android_glLoadMatrixf___3FI() 2781 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixx___3II() local 2798 m_base = (GLfixed *) in android_glLoadMatrixx___3II() 2800 m = m_base + offset; in android_glLoadMatrixx___3II() 2807 if (m_base) { in android_glLoadMatrixx___3II() 2808 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glLoadMatrixx___3II() [all …]
|
D | android_opengl_GLES11Ext.cpp | 1910 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixxOES___3II() local 1927 m_base = (GLfixed *) in android_glLoadMatrixxOES___3II() 1929 m = m_base + offset; in android_glLoadMatrixxOES___3II() 1936 if (m_base) { in android_glLoadMatrixxOES___3II() 1937 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glLoadMatrixxOES___3II() 2081 GLfixed *m_base = (GLfixed *) 0; in android_glMultMatrixxOES___3II() local 2098 m_base = (GLfixed *) in android_glMultMatrixxOES___3II() 2100 m = m_base + offset; in android_glMultMatrixxOES___3II() 2107 if (m_base) { in android_glMultMatrixxOES___3II() 2108 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glMultMatrixxOES___3II()
|