I'm trying to make an opengl program.

my program starts from SpriteText(sample program)

but even call glDisable.. or glClear

I can get glError...

I'm trying may kinds of.. configspec
        int[] configSpec = {
//                      EGL10.EGL_RED_SIZE, 4,
//                      EGL10.EGL_GREEN_SIZE, 4,
//                      EGL10.EGL_BLUE_SIZE, 4,
//                      EGL10.EGL_ALPHA_SIZE, EGL10.EGL_DONT_CARE,
//                      EGL10.EGL_BUFFER_SIZE, 4,
//                EGL10.EGL_DEPTH_SIZE, 4,
                EGL10.EGL_NONE
        };

like these....
but always same..

and when i start my program,
I can see some error logs on ddms

11-18 15:19:42.544: ERROR/GLLogger(205): couldn't load <libhgl.so>
library (Cannot find library)
11-18 15:19:42.654: DEBUG/SurfaceFlinger(53): pid 205 requesting gpu
surface (current owner = -1)
11-18 15:19:42.654: ERROR/MemoryHeapBase(53): error opening /dev/
pmem_gpu1: No such file or directory
11-18 15:19:42.654: ERROR/MemoryHeapBase(53): error opening /dev/
pmem_gpu0: No such file or directory
11-18 15:19:42.664: DEBUG/SurfaceFlinger(53): pid 205 requesting gpu
surface (current owner = -2)
11-18 15:19:42.664: ERROR/MemoryHeapBase(53): error opening /dev/
pmem_gpu1: No such file or directory
11-18 15:19:42.664: ERROR/MemoryHeapBase(53): error opening /dev/
pmem_gpu0: No such file or directory


i'm very confused.. so I don't know how to solve this problem..

if you have any idea please tell me

ps sorry,I"m poor at English..

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to