Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp913 const bool isTopCell = i >= 3; in iterate() local
916 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()
917 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight; in iterate()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp1016 const bool isTopCell = i >= 3; in iterate() local
1019 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()
1020 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight; in iterate()