Home
last modified time | relevance | path

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

/frameworks/base/tools/aidl/
Dgenerate_java.cpp10 :m_base(base), in VariableFactory()
19 sprintf(name, "%s%d", m_base.c_str(), m_index); in Get()
Dgenerate_java.h28 string m_base; variable
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp2239 GLfloat *m_base = (GLfloat *) 0; in android_glLoadMatrixf___3FI() local
2252 m_base = (GLfloat *) in android_glLoadMatrixf___3FI()
2254 m = m_base + offset; in android_glLoadMatrixf___3FI()
2261 if (m_base) { in android_glLoadMatrixf___3FI()
2262 _env->ReleasePrimitiveArrayCritical(m_ref, m_base, in android_glLoadMatrixf___3FI()
2288 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixx___3II() local
2301 m_base = (GLfixed *) in android_glLoadMatrixx___3II()
2303 m = m_base + offset; in android_glLoadMatrixx___3II()
2310 if (m_base) { in android_glLoadMatrixx___3II()
2311 _env->ReleasePrimitiveArrayCritical(m_ref, m_base, in android_glLoadMatrixx___3II()
[all …]
Dandroid_opengl_GLES11Ext.cpp1150 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixxOES___3II() local
1163 m_base = (GLfixed *) in android_glLoadMatrixxOES___3II()
1165 m = m_base + offset; in android_glLoadMatrixxOES___3II()
1172 if (m_base) { in android_glLoadMatrixxOES___3II()
1173 _env->ReleasePrimitiveArrayCritical(m_ref, m_base, in android_glLoadMatrixxOES___3II()
1263 GLfixed *m_base = (GLfixed *) 0; in android_glMultMatrixxOES___3II() local
1276 m_base = (GLfixed *) in android_glMultMatrixxOES___3II()
1278 m = m_base + offset; in android_glMultMatrixxOES___3II()
1285 if (m_base) { in android_glMultMatrixxOES___3II()
1286 _env->ReleasePrimitiveArrayCritical(m_ref, m_base, in android_glMultMatrixxOES___3II()
Dcom_google_android_gles_jni_GLImpl.cpp2365 GLfloat *m_base = (GLfloat *) 0; in android_glLoadMatrixf___3FI() local
2378 m_base = (GLfloat *) in android_glLoadMatrixf___3FI()
2380 m = m_base + offset; in android_glLoadMatrixf___3FI()
2387 if (m_base) { in android_glLoadMatrixf___3FI()
2388 _env->ReleasePrimitiveArrayCritical(m_ref, m_base, in android_glLoadMatrixf___3FI()
2414 GLfixed *m_base = (GLfixed *) 0; in android_glLoadMatrixx___3II() local
2427 m_base = (GLfixed *) in android_glLoadMatrixx___3II()
2429 m = m_base + offset; in android_glLoadMatrixx___3II()
2436 if (m_base) { in android_glLoadMatrixx___3II()
2437 _env->ReleasePrimitiveArrayCritical(m_ref, m_base, in android_glLoadMatrixx___3II()
[all …]