On my tablet (Android 4.0.3, mips cpu, Vivante GC800 core gpu) everything works fine but I get a weird error an a Samsung Galaxy Y smartphone (Android 2.3.5, arm cpu, Broadcom VideoCore IV HW gpu).
The logcat prints always "11-30 17:52:23.789: E/(10922): Unable to Find Phys Addr for 1c7628" which is caused by
Code: Select all
glDrawElements((LastMaterial.Wireframe) ? GL_LINES : (LastMaterial.PointCloud) ? GL_POINTS : GL_TRIANGLES, primitiveCount*3, indexSize, indexList);
I have absolutely no idea what is going on. Can anybody help me?
Thanks in advance.