Arm Community
Site
Search
User
Site
Search
User
Support forums
Mobile, Graphics, and Gaming forum
I have a question about using ES Emulator with native-interface of java6
Locked
Locked
Replies
2 replies
Subscribers
137 subscribers
Views
4074 views
Users
0 members are here
OpenGL ES
Options
Share
More actions
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
I have a question about using ES Emulator with native-interface of java6
DS Son
over 12 years ago
Note: This was originally posted on 2nd June 2012 at
http://forums.arm.com
First of all, thank you for providing this useful tool.
But problem has arisen like next.
1. I've tried to set up EGL1.1 with provided shared-objects
at native-code of some java-app
2. But eglChooseConfig() couldn't get an EGL-config. (returned number of config was 0 and error-code of eglGetError() was 0x3001)
3. But included sample-binary(simpApp11.c) works very well
4. So, I have copied codes of
sample
to native-code of java-app for figuring this problem
5. eglChooseConfig() has returned FAIL as well as.
6. In every-cases, eglGetDisplay() and eglInitialize() has returned SUCCESS (0x3000)
It looks like that eglChooseConfig() in libEGL.so works well with forked ELF-binary but doesn't work with Java VM-Context.
I wonder that this problem can be solved.
0
Quote