Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp69 int curWidth = width; 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()
83 curWidth -= 1; in genTestRects()

Completed in 3 milliseconds