Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp69 const int maxScissorOutOfBounds = 10; in computeRandomRenderState() local
159 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()