Used environment:
iMX6q Sabre lite Board
Android 4.3
Kernel 3.0.15
We have following issue with iMX6 Quad, OpenGL, EGL:
Our application is decoding video files respectively images.
Using following command
glEGLImageTargetTexture2DOES(GL_TEXTURE_EXTERNAL_OES, image)
image = ANativeWindowBuffer
leads to an error:
0x502: GL_INVALID_OPERATION
My question is, is it possible that the EGL extension GL_TEXTURE_EXTERNAL_OES is not supported?