How to measure VRAM consumption on Android?
问题 I want to acquire Android Device VRAM size. Is there a method for acquisition from the program? 回答1: Let's do some calculation using Nexus One: Screen resolution is 480x800. So minimum required video memory size would be: 400 * 800 * 4 bytes = 1536000 bytes Assuming that driver may (and normally should) use several buffers, we should also expect values like: 1536000 * 2 bytes = 3072000 bytes 1536000 * 3 bytes = 4608000 bytes etc... It would be weird to have values that are not multiple of