Im currently programming for the Nintendo DS using devkitpro, libnds.
It uses OpenGL, and displays 3d models with display lists.
I was wondering if there was a way of knowing how many polygons a display list generates if you simply load a compiled display list from a file.
The display lists files are in binary, and are read in unsigned ints segments.(I think this is how you would describe it).