• Mali-400 MP2 glReadPixels alternatives
    Hello everyone, I'm working on ZynqMP platform with Mali-400 MP2. I configured headless-EGL backend to render offscreen. I'm using eglCreatePbufferSurface to initialize egl surface, then I render to...
  • Mali-400 MP2 glReadPixels alternatives
    Hello everyone, I'm working on ZynqMP platform with Mali-400 MP2. I configured headless-EGL backend to render offscreen. I'm using eglCreatePbufferSurface to initialize egl surface, then I render to...
  • glReadPixels
    Note: This was originally posted on 9th March 2012 at http://forums.arm.com Hi all, i try to render scene in an off screen  way, controlling the location of my pixels (the pointer is fixed by myself)...
  • glReadPixels
    Note: This was originally posted on 9th March 2012 at http://forums.arm.com Hi all, i try to render scene in an off screen  way, controlling the location of my pixels (the pointer is fixed by myself)...
  • glReadPixels generates OUT_OF_MEMORY error
    Hi. Usually, I use render-to-texture technique to process the image. However, recently, I need to read the contents to the system memory. So, I tried to use glReadPixels as follows: GLubyte pixels[256...