Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp911 const int defCellHeight = viewportHeight / 2 / 2; in iterate() local
916 const int cellOffsetY = defCellHeight * (i / 3); in iterate()
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.cpp1009 const int defCellHeight = viewportHeight / 2 / 2; in iterate() local
1014 const int cellOffsetY = defCellHeight * (i / 3); in iterate()
1019 const int bottomCellHeight = isTopCell ? bottomHeight - cellOffsetY : defCellHeight; in iterate()
1020 const int topCellHeight = isTopCell ? topHeight - cellOffsetY : defCellHeight; in iterate()

Completed in 6 milliseconds