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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2012 GLfloat *m_base = (GLfloat *) 0; local
2029 m_base = (GLfloat *)
2031 m = m_base + offset;
2038 if (m_base) {
2039 _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base,
2090 GLfixed *m_base = (GLfixed *) 0; local
2107 m_base = (GLfixed *)
2109 m = m_base + offset;
2116 if (m_base) {
2117 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base,
2488 GLfloat *m_base = (GLfloat *) 0; local
2566 GLfixed *m_base = (GLfixed *) 0; local
[all...]
H A Dandroid_opengl_GLES11Ext.cpp1911 GLfixed *m_base = (GLfixed *) 0; local
1928 m_base = (GLfixed *)
1930 m = m_base + offset;
1937 if (m_base) {
1938 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base,
2082 GLfixed *m_base = (GLfixed *) 0; local
2099 m_base = (GLfixed *)
2101 m = m_base + offset;
2108 if (m_base) {
2109 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base,
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp2704 GLfloat *m_base = (GLfloat *) 0; local
2721 m_base = (GLfloat *)
2723 m = m_base + offset;
2730 if (m_base) {
2731 _env->ReleaseFloatArrayElements(m_ref, (jfloat*)m_base,
2782 GLfixed *m_base = (GLfixed *) 0; local
2799 m_base = (GLfixed *)
2801 m = m_base + offset;
2808 if (m_base) {
2809 _env->ReleaseIntArrayElements(m_ref, (jint*)m_base,
3200 GLfloat *m_base = (GLfloat *) 0; local
3278 GLfixed *m_base = (GLfixed *) 0; local
[all...]

Completed in 99 milliseconds