Tagged Questions
2
votes
1answer
103 views
OpenGL tearing effect when rendering on EGL
I have some Qt applications rendered using OpenGL on surfaces provided by an EGL implementation on an ARM board. I'm experiencing some kind of tearing in rendering.
By reading around, I found out it ...
1
vote
5answers
69 views
Confussion between OPEN GL ES and EGL library
I was reading android source code in that I am not getting what does OPEN GL ES library do and what does EGL library do.?
Is there any relationship between this two libraries?
I have looked at ...
1
vote
2answers
1k views
What is EGL And How Can I Use It
Can Anybody explain me what is EGL and what it does?
How can i use EGL with OpenGL-ES On Linux?
Is EGL a Layer Between Hardware And Operating System?
0
votes
0answers
68 views
What are likely causes for “WSEGL_WaitNative: Unrecognized engine” errors? (Android NDK)
An Android app I've written is producing the following error message when run on one user's Galaxy Nexus:
E/IMGSRV (31994): :0: WSEGL_WaitNative: Unrecognized engine
Strangely, when running on ...
0
votes
1answer
135 views
How to set OpenGL version in either EGL or GLSurfaceView?
For the OpenGL Android project I am working on, I need ES 2.0, but I need the control of rendering buffers/surfaces I am accustomed to achieving by using EGL. For I cannot figure out any way to render ...
0
votes
1answer
107 views
EGL_BAD_MATCH with Droid/Droid 2
I've been testing my OpenGL ES 2 app on various phones. I've ran into a problem with the Droid and Droid 2. Every EGL config I try results in an EGL_BAD_MATCH.
I've tried many combinations of EGL ...