Home
last modified time | relevance | path

Searched defs:scissorY (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsInteractionTestUtil.cpp165 int scissorY = rnd.getInt(-maxScissorOutOfBounds, targetHeight+maxScissorOutOfBounds-scissorH); in computeRandomRenderState() local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DDrawCallPerf.cpp483 unsigned int scissorY = 0; in ChangeScissorThenDraw() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h366 GLint scissorY; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStateManager11.cpp1410 int scissorY = scissor.y + mCurScissorOffset.y; in syncScissorRectangle() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp4554 const int scissorY = (m_fullscreenScissor) ? (0) : rnd.getInt(0, renderTargetSize.y()-1); in renderTo() local