The pixel ownership test determines whether the current OpenGL context owns the pixel in the frame buffer corresponding to a particular fragment. If so, the fragment proceeds to the next test. If not, the windowing system determines whether the fragment is discarded or whether any further fragment operations will be performed with that fragment. With this test, the windowing system controls OpenGL's behavior when, for example, an OpenGL window is obscured.