cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

k2ymg
Journeyman III

some problems at OpenGL ES Emulator

Hello.

Although I am using the OpenGL ES Emulator v1.4, there are some problems.

1. GL_INVALID_OPERATION occurs by eglGetConfigs.

// ...initialization succeeded..
eglMakeCurrent(display, surface, surface, context); // success
e = glGetError(); // return GL_NO_ERROR
eglGetConfigs(display, NULL, 0, &num_configs);
e = glGetError(); // return GL_INVALID_OPERATION

debugger output is:
ES Emulator error: GL error: GL_INVALID_OPERATION - found at the end of glGetError


2. eglGetCurrentSurrace does not working.

// ...initialization succeeded...
eglMakeCurrent(display, surface, surface, context); // success
d = eglGetCurrentDisplay(); // ok
s1 = eglGetCurrentSurface(EGL_DRAW); // return zero
s2 = eglGetCurrentSurface(EGL_READ); // return zero
c = eglGetCurrentContext(); // ok

0 Likes
3 Replies
Byron
Staff

I'm sorry to say that there is no support on this as this is no longer AMD property but rather Qualcomm's.

 

The site will be pulled down shortly.

0 Likes

Ah, I remembered it!
It was a useful tool...well, anyway, thanks info.

0 Likes

Hi,

 

Thanks for sharing..Nice tools.

 

Regards.

 

0 Likes