Forums - Android 4.x to 5.x Nexus 7 2013

2 posts / 0 new
Last post
Android 4.x to 5.x Nexus 7 2013
jeff5
Join Date: 4 Mar 15
Posts: 1
Posted: Thu, 2015-03-05 07:47

We have a game that runs on Android devices, and we are noticing an issue where the game runs very fast 60fps on a Nexus 7 2013 (2nd gen) when using Android 4.x, but after installing 5.x the performance drops to about 35-40fps.  This is a bit confusing for us, nothing in the 5.0 change logs would suggest why that is.

Is there any known issues with Android 5.x and Nexus 7's 2nd gen Adreno 320 GPU?

Thanks
Jeff

Edit: We're using OpenGL ES 2.0

  • Up0
  • Down0
VB_34
Join Date: 30 Jan 12
Posts: 8
Posted: Tue, 2015-03-10 02:35

Hello

I had the same issue in 2 games.

The solution for me was changing the game code in order to use VBOs as much as possible for vertex & index data, as those game were not using VBOs when they should (at least for data which does not changes at every frame)

An alternative solution was reducing the game resolution via setFixedScale, but this was less efficient than using VBOs, and of course reduced the game quality ...

Thanks

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.