Searched defs:scissorY (Results 1 – 4 of 4) sorted by relevance
165 int scissorY = rnd.getInt(-maxScissorOutOfBounds, targetHeight+maxScissorOutOfBounds-scissorH); in computeRandomRenderState() local
268 GLint scissorY; member
395 GLint scissorY; member
4434 const int scissorY = (m_fullscreenScissor) ? (0) : rnd.getInt(0, renderTargetSize.y()-1); in renderTo() local