Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp918 const bool isTopCell = i >= 3; in iterate() local
921 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()
922 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight; in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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()

Completed in 7 milliseconds