Home
last modified time | relevance | path

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

/external/angle/src/tests/perf_tests/
DDrawCallPerf.cpp504 unsigned int scissorX = windowWidth / 2 - 1; in ChangeScissorThenDraw() local
512 glScissor(scissorX, scissorY, scissorWidth, scissorHeight); in ChangeScissorThenDraw()
515 if (scissorX < kScissorStep || scissorHeight < kScissorStep * 2) in ChangeScissorThenDraw()
518 scissorX = windowWidth / 2 - 1 - scissorPatternIteration * 2; in ChangeScissorThenDraw()
525 scissorX -= kScissorStep; in ChangeScissorThenDraw()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp164 int scissorX = rnd.getInt(-maxScissorOutOfBounds, targetWidth+maxScissorOutOfBounds-scissorW); in computeRandomRenderState() local
167 state.scissorRectangle = rr::WindowRectangle(scissorX, scissorY, scissorW, scissorH); in computeRandomRenderState()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4553 const int scissorX = (m_fullscreenScissor) ? (0) : rnd.getInt(0, renderTargetSize.x()-1); in renderTo() local
4555 …rW = (m_fullscreenScissor) ? (renderTargetSize.x()) : rnd.getInt(0, renderTargetSize.x()-scissorX); in renderTo()
4558 gl.scissor(scissorX, scissorY, scissorW, scissorH); in renderTo()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp1403 int scissorX = scissor.x + mCurScissorOffset.x; in syncScissorRectangle() local
1414 int x = scissorX; in syncScissorRectangle()