Searched refs:maxScissorOutOfBounds (Results 1 – 1 of 1) sorted by relevance
69 const int maxScissorOutOfBounds = 10; in computeRandomRenderState() local159 int maxScissorW = targetWidth + 2*maxScissorOutOfBounds; in computeRandomRenderState()160 int maxScissorH = targetHeight + 2*maxScissorOutOfBounds; in computeRandomRenderState()164 int scissorX = rnd.getInt(-maxScissorOutOfBounds, targetWidth+maxScissorOutOfBounds-scissorW); in computeRandomRenderState()165 int scissorY = rnd.getInt(-maxScissorOutOfBounds, targetHeight+maxScissorOutOfBounds-scissorH); in computeRandomRenderState()