Searched refs:m_base (Results 1 - 5 of 5) sorted by relevance
/frameworks/base/tools/aidl/ |
H A D | generate_java.h | 28 string m_base; member in class:VariableFactory
|
H A D | generate_java.cpp | 10 :m_base(base), 19 sprintf(name, "%s%d", m_base.c_str(), m_index);
|
/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10.cpp | 1911 GLfloat *m_base = (GLfloat *) 0; local 1928 m_base = (GLfloat *) 1930 m = m_base + offset; 1937 if (m_base) { 1938 _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base, 1975 GLfixed *m_base = (GLfixed *) 0; local 1992 m_base = (GLfixed *) 1994 m = m_base + offset; 2001 if (m_base) { 2002 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, 2347 GLfloat *m_base = (GLfloat *) 0; local 2411 GLfixed *m_base = (GLfixed *) 0; local [all...] |
H A D | com_google_android_gles_jni_GLImpl.cpp | 2608 GLfloat *m_base = (GLfloat *) 0; local 2625 m_base = (GLfloat *) 2627 m = m_base + offset; 2634 if (m_base) { 2635 _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base, 2672 GLfixed *m_base = (GLfixed *) 0; local 2689 m_base = (GLfixed *) 2691 m = m_base + offset; 2698 if (m_base) { 2699 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, 3064 GLfloat *m_base = (GLfloat *) 0; local 3128 GLfixed *m_base = (GLfixed *) 0; local [all...] |
H A D | android_opengl_GLES11Ext.cpp | 1714 GLfixed *m_base = (GLfixed *) 0; local 1731 m_base = (GLfixed *) 1733 m = m_base + offset; 1740 if (m_base) { 1741 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, 1857 GLfixed *m_base = (GLfixed *) 0; local 1874 m_base = (GLfixed *) 1876 m = m_base + offset; 1883 if (m_base) { 1884 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base, [all...] |
Completed in 241 milliseconds