Hi,
renderMode configures the app to use direct 3d rendering and is needed for Stage3D, while depthAndStencil enables the depth and stencil buffers, that are needed to sort polygon order effectively. This is a gross oversimplification, though.
In this particular case, enabling depthAndStencil should fix the polygon order issues you seem to be experiencing.
Cheers,