Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp908 const int cellOffsetY = defCellHeight * (i / 3); in iterate() local
913 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()
914 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight; in iterate()
925 …Render(Rect(cellOffsetX + 0, cellOffsetY + 0, leftCellWidth, bottomCellHeight), 0, texMinScal… in iterate()
926 …Render(Rect(cellOffsetX + leftWidth, cellOffsetY + 0, rightCellWidth, bottomCellHeight), 0, tex… in iterate()
927 …Render(Rect(cellOffsetX + 0, cellOffsetY + bottomHeight, leftCellWidth, topCellHeight), 1, tex… in iterate()
928 …Render(Rect(cellOffsetX + leftWidth, cellOffsetY + bottomHeight, rightCellWidth, topCellHeight), … in iterate()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp1012 const int cellOffsetY = defCellHeight * (i / 3); in iterate() local
1017 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()
1018 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight; in iterate()
1029 …Render(Rect(cellOffsetX + 0, cellOffsetY + 0, leftCellWidth, bottomCellHeight), 0, texMinScal… in iterate()
1030 …Render(Rect(cellOffsetX + leftWidth, cellOffsetY + 0, rightCellWidth, bottomCellHeight), 0, tex… in iterate()
1031 …Render(Rect(cellOffsetX + 0, cellOffsetY + bottomHeight, leftCellWidth, topCellHeight), 1, tex… in iterate()
1032 …Render(Rect(cellOffsetX + leftWidth, cellOffsetY + bottomHeight, rightCellWidth, topCellHeight), … in iterate()