Searched refs:m_base (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 1978 GLfloat *m_base = (GLfloat *) 0; in android_glLoadMatrixf___3FI() local 1995 m_base = (GLfloat *) in android_glLoadMatrixf___3FI() 1997 m = m_base + offset; in android_glLoadMatrixf___3FI() 2004 if (m_base) { in android_glLoadMatrixf___3FI() 2005 _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base, in android_glLoadMatrixf___3FI() 2056 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixx___3II() local 2073 m_base = (GLfixed *) in android_glLoadMatrixx___3II() 2075 m = m_base + offset; in android_glLoadMatrixx___3II() 2082 if (m_base) { in android_glLoadMatrixx___3II() 2083 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glLoadMatrixx___3II() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 2645 GLfloat *m_base = (GLfloat *) 0; in android_glLoadMatrixf___3FI() local 2662 m_base = (GLfloat *) in android_glLoadMatrixf___3FI() 2664 m = m_base + offset; in android_glLoadMatrixf___3FI() 2671 if (m_base) { in android_glLoadMatrixf___3FI() 2672 _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base, in android_glLoadMatrixf___3FI() 2723 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixx___3II() local 2740 m_base = (GLfixed *) in android_glLoadMatrixx___3II() 2742 m = m_base + offset; in android_glLoadMatrixx___3II() 2749 if (m_base) { in android_glLoadMatrixx___3II() 2750 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glLoadMatrixx___3II() [all …]
|
D | android_opengl_GLES11Ext.cpp | 1879 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixxOES___3II() local 1896 m_base = (GLfixed *) in android_glLoadMatrixxOES___3II() 1898 m = m_base + offset; in android_glLoadMatrixxOES___3II() 1905 if (m_base) { in android_glLoadMatrixxOES___3II() 1906 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glLoadMatrixxOES___3II() 2050 GLfixed *m_base = (GLfixed *) 0; in android_glMultMatrixxOES___3II() local 2067 m_base = (GLfixed *) in android_glMultMatrixxOES___3II() 2069 m = m_base + offset; in android_glMultMatrixxOES___3II() 2076 if (m_base) { in android_glMultMatrixxOES___3II() 2077 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, in android_glMultMatrixxOES___3II()
|