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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp1911 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 Dandroid_opengl_GLES11Ext.cpp1714 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...]
H A Dcom_google_android_gles_jni_GLImpl.cpp2608 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...]

Completed in 2756 milliseconds