Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.

We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.

Thank you for your understanding.


This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Failed to create 4096x4096 texture on Mali-400. The app crashes.

Failed to create 4096x4096 texture on Mali-400. The app crashes. What can be wrong?

Parents
  • Hi,

    I do not have a backtrace as the mali ddk is provided as a third party library. The application terminates. I cannot debug that part. I can just debug the mali linux kernel part (drivers/gpu/arm/mali).

    We have 128 MB for Graphics memory. This should be enough for this rendering. I also found that textures of size

    upto 4096x3000 is rendered, but as soon as I cross height > 3000 the OpenGL App terminates.


Reply
  • Hi,

    I do not have a backtrace as the mali ddk is provided as a third party library. The application terminates. I cannot debug that part. I can just debug the mali linux kernel part (drivers/gpu/arm/mali).

    We have 128 MB for Graphics memory. This should be enough for this rendering. I also found that textures of size

    upto 4096x3000 is rendered, but as soon as I cross height > 3000 the OpenGL App terminates.


Children