I use SGX 544 GPU to render a 3d sence, then I want to get the rendered images from GPU to ARM's memory. So I use glReadPixels to read images from GPU's framebuffer. But glReadPixels taks 200ms to get one frame. Is there another way to read images from GPU's framebuffer(shared memory or other ways)?
By the way my framebuffer's size is 1280*720.