This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OpenGL ES 2.0 glTexImage2D is very slow

Hi,

I am using PSDK 2.0.0.0. I observe that glTexImage2D is very slow (takes approx 390ms for a 1920x1080 image) . In contrast, I see that loading the image using the KHR_image extensions (eglCreateImageKHR and glEGLImageTargetTexture2DOES) takes less than 1ms. According to my understanding, the KHR_image extensions only support YUYV, NV12, YV12 and I420 formats. How do a I load an RGB image in real time?

Regards,

Apoorva