Hi
I am using DRA7xx evm with GLSDK version 7_00 . In my application I am calling eglCreateImageKHR for creating my texture. What I have observed is that multiple calls to this API fails after sometime giving the error:
PVR:(Error): PVRSRVWrapExtMemory: Error 8 returned [1629, /bridged_pvr_glue.c]
after eglCreateImageKHR() eglError 0x3003
I am calling eglDestroyImageKHR for every create call I make.
What could be the probable reason for this?
Regards,
Thushara.