Home
last modified time | relevance | path

Searched refs:curHeight (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp70 int curHeight = height; in genTestRects() local
75 rects.push_back(IVec4(width-curWidth, height-curHeight, curWidth, curHeight)); in genTestRects()
77 DE_ASSERT(curWidth >= 1 && curHeight >= 1); in genTestRects()
78 if (curWidth == 1 && curHeight == 1) in genTestRects()
80 else if (curHeight > 1 && ((ndx%2) == 0 || curWidth == 1)) in genTestRects()
81 curHeight -= 1; in genTestRects()

Completed in 2 milliseconds