Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp163 int scissorH = rnd.getInt(minScissorH, maxScissorH); in computeRandomRenderState() local
165 int scissorY = rnd.getInt(-maxScissorOutOfBounds, targetHeight+maxScissorOutOfBounds-scissorH); in computeRandomRenderState()
167 state.scissorRectangle = rr::WindowRectangle(scissorX, scissorY, scissorW, scissorH); in computeRandomRenderState()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4436 …const int scissorH = (m_fullscreenScissor) ? (renderTargetSize.y()) : rnd.getInt(0, renderTargetSi… in renderTo() local
4438 gl.scissor(scissorX, scissorY, scissorW, scissorH); in renderTo()