10MPolygons/s, how to convert this to Triangles/s or Pixels/s?

Hello,

One processor I am comparing lists the 3D graphic capabilities in
Triangles/s and Pixels/s. The OMAP3530 lists the 3D capabilities in
Polygons/s. Does anyone know how to compare the two by doing a
conversion?

Thanks.

There isn't a simple conversion formula. Do you have an OpenGLES
application that captures the rate at which it renders frames? If you
create such a profiling application for your task, you can likely get
someone to compile and run it on a BeagleBoard to tell you the result.

I may be able to do that. Thank you for the reply.