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

/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp903 const int defCellHeight = viewportHeight / 2 / 2; local
908 const int cellOffsetY = defCellHeight * (i / 3);
913 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight;
914 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight;
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp1007 const int defCellHeight = viewportHeight / 2 / 2; local
1012 const int cellOffsetY = defCellHeight * (i / 3);
1017 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight;
1018 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight;

Completed in 60 milliseconds