Home
last modified time | relevance | path

Searched refs:scissorEnabled (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp2760 bool scissorEnabled = glIsEnabled(GL_SCISSOR_TEST); in glReadPixels() local
2762 if (scissorEnabled) glDisable(GL_SCISSOR_TEST); in glReadPixels()
2765 if (scissorEnabled) glEnable(GL_SCISSOR_TEST); in glReadPixels()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp3337 bool scissorEnabled = glIsEnabled(GL_SCISSOR_TEST); in glReadPixels() local
3339 if (scissorEnabled) glDisable(GL_SCISSOR_TEST); in glReadPixels()
3342 if (scissorEnabled) glEnable(GL_SCISSOR_TEST); in glReadPixels()