Searched refs:scissorEnabled (Results 1 – 2 of 2) sorted by relevance
2760 bool scissorEnabled = glIsEnabled(GL_SCISSOR_TEST); in glReadPixels() local2762 if (scissorEnabled) glDisable(GL_SCISSOR_TEST); in glReadPixels()2765 if (scissorEnabled) glEnable(GL_SCISSOR_TEST); in glReadPixels()
3337 bool scissorEnabled = glIsEnabled(GL_SCISSOR_TEST); in glReadPixels() local3339 if (scissorEnabled) glDisable(GL_SCISSOR_TEST); in glReadPixels()3342 if (scissorEnabled) glEnable(GL_SCISSOR_TEST); in glReadPixels()