Manual Rendering

Is there a way to stop say a root from rendering and let me render it manually. I’m using the bitmaps class to do split-screen by setting the root visible false then letting the bitmap draw on stage.
I notice root still draws!
maybe I should use OpenGLRenderer instead?