Searched defs:m_base (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aidl/
H A Dgenerate_java.h28 string m_base; member in class:VariableFactory
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp1792 GLfloat *m_base = (GLfloat *) 0; local
1809 m_base = (GLfloat *)
1811 m = m_base + offset;
1818 if (m_base) {
1819 _env->ReleasePrimitiveArrayCritical(m_ref, m_base,
1856 GLfixed *m_base = (GLfixed *) 0; local
1873 m_base = (GLfixed *)
1875 m = m_base + offset;
1882 if (m_base) {
1883 _env->ReleasePrimitiveArrayCritical(m_ref, m_base,
2228 GLfloat *m_base = (GLfloat *) 0; local
2292 GLfixed *m_base = (GLfixed *) 0; local
[all...]
H A Dandroid_opengl_GLES11Ext.cpp1596 GLfixed *m_base = (GLfixed *) 0; local
1613 m_base = (GLfixed *)
1615 m = m_base + offset;
1622 if (m_base) {
1623 _env->ReleasePrimitiveArrayCritical(m_ref, m_base,
1739 GLfixed *m_base = (GLfixed *) 0; local
1756 m_base = (GLfixed *)
1758 m = m_base + offset;
1765 if (m_base) {
1766 _env->ReleasePrimitiveArrayCritical(m_ref, m_base,
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp2604 GLfloat *m_base = (GLfloat *) 0; local
2621 m_base = (GLfloat *)
2623 m = m_base + offset;
2630 if (m_base) {
2631 _env->ReleasePrimitiveArrayCritical(m_ref, m_base,
2668 GLfixed *m_base = (GLfixed *) 0; local
2685 m_base = (GLfixed *)
2687 m = m_base + offset;
2694 if (m_base) {
2695 _env->ReleasePrimitiveArrayCritical(m_ref, m_base,
3060 GLfloat *m_base = (GLfloat *) 0; local
3124 GLfixed *m_base = (GLfixed *) 0; local
[all...]

Completed in 399 milliseconds